Skip to content

Commit

Permalink
chore: update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkaroid committed Apr 8, 2022
1 parent 6f584e5 commit 72f7158
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
<a name="Unrealeased"></a>
## Unrealeased ([compare](https://github.com/sinkaroid/booru/compare/d3b9b8e7ed66e5e755b838c360006a85557c7d29...HEAD)) (2022-04-07)
## Unrealeased ([compare](https://github.com/sinkaroid/booru/compare/d3b9b8e7ed66e5e755b838c360006a85557c7d29...HEAD)) (2022-04-08)

### Bug Fixes
- wrong value on instance of paheal ([d1bd692](https://github.com/sinkaroid/booru/commit/d1bd692c940e912f0039c9ef2a94d6386457666a))

### Build
- include manifest to repository ([754568d](https://github.com/sinkaroid/booru/commit/754568decd1b1a15a4a1051bb83b0db9b938ea0e))
- release 1.0.11 ([b64ce6a](https://github.com/sinkaroid/booru/commit/b64ce6acda673063ed7185b6d4dc4aa24008fe49))
- sync setup with pypi package ([2d903b3](https://github.com/sinkaroid/booru/commit/2d903b37512a1910eaab69710b50a355cefc81ad))

### Chore
- add garbage stuff to gitignore ([4fabdc6](https://github.com/sinkaroid/booru/commit/4fabdc6506d1b463ac9be890d0a014bd372b22b4))
- cleanup gitignore ([e048524](https://github.com/sinkaroid/booru/commit/e0485249b81fa7006a27cd7302555d74dc137737))
- update changelogs ([d421a87](https://github.com/sinkaroid/booru/commit/d421a87080220dba130bc75aa5e0d44e352a3ddb))

### CI
- add api mocking to check the whole sites ([f65eaf7](https://github.com/sinkaroid/booru/commit/f65eaf79b2842a7d1ef671b320c1593b7f1944c2))
Expand All @@ -20,13 +25,21 @@
- add security policy ([2d298b1](https://github.com/sinkaroid/booru/commit/2d298b1205fe69a6984b80b9c62ec5ab3ae116f0))
- add some documentation on readme ([d6ce4d8](https://github.com/sinkaroid/booru/commit/d6ce4d8d460458faeffea74516d531b70be1aaf0))
- fix `tags` parameters which actually `query` ([9c744ef](https://github.com/sinkaroid/booru/commit/9c744ef0e8c36e104608ebac03c3d3917c2ef443))
- make readme looks juicier ([8923dd5](https://github.com/sinkaroid/booru/commit/8923dd5748630f2356dbadee4172a99cd847ff0b))
- update name in code of conduct ([aadff57](https://github.com/sinkaroid/booru/commit/aadff57cc24ed9e1cf84be8cbead77694d9c9df3))

### Features
- add `deserialize` method that works for parsing JSON ([2e261e1](https://github.com/sinkaroid/booru/commit/2e261e1bdca709f09caed1dcc780fa959b12e52c))
- add separated booru ([c213472](https://github.com/sinkaroid/booru/commit/c213472c14b689f04ea2323a8e6eca0c59fc92f3))
- refactoring client with `deserialize` instead of redundant loads ([f5a775f](https://github.com/sinkaroid/booru/commit/f5a775f0f204353850146d2b151c1fc902e1ed84))
- release and bump with pypi ([ecfab61](https://github.com/sinkaroid/booru/commit/ecfab61196dc0bc1f3b6ecdee82280d778f76530))
- restructured some attributes on `parser` ([61265b0](https://github.com/sinkaroid/booru/commit/61265b04b4f89fec6c45c4a8a18bad2f330f7a92))

### Performance Improvements
- fix redundant imports that even unused on `paheal` ([7f79a6f](https://github.com/sinkaroid/booru/commit/7f79a6f22fbf983f8dc02587347232d8fdb5c223))

### Tests
- make unit testing the whole sites ([ed09d64](https://github.com/sinkaroid/booru/commit/ed09d64c18d0e1563b1bda38bbacf782dc548f4d))
- minor improvements tests with auto changelog ([6f584e5](https://github.com/sinkaroid/booru/commit/6f584e5f4dfba41122bdc78089941c80364e949e))


0 comments on commit 72f7158

Please sign in to comment.