Skip to content

Commit

Permalink
feat: update to stable release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nullforce committed Aug 4, 2019
1 parent 3ab59c6 commit d69720a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
<!-- [0.10.0] -->


## [0.10.0]
### Added
- Image class now has an `image_json` property to get to the underlying JSON
field (`image` still returns `representations["full"]` but will change to
Expand Down Expand Up @@ -61,10 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
See [joshua-stone/DerPyBooru](https://github.com/joshua-stone/DerPyBooru).


[Unreleased]: https://github.com/nullforce-public/DerPyBooru/compare/0.9.3...HEAD
<!--
[Unreleased]: https://github.com/nullforce-public/DerPyBooru/compare/0.10.0...HEAD
[0.10.0]: https://github.com/nullforce-public/DerPyBooru/compare/0.9.3...0.10.0
-->
[0.9.3]: https://github.com/nullforce-public/DerPyBooru/compare/0.9.2...0.9.3
[0.9.2]: https://github.com/nullforce-public/DerPyBooru/compare/0.9.1...0.9.2
[0.9.1]: https://github.com/nullforce-public/DerPyBooru/compare/0.9.0...0.9.1
Expand Down
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,15 @@ for post in Search().key(key).watched(user.ONLY):

See [CHANGELOG](CHANGELOG.md)

## [0.9.3]
### Fixed
- Encoding error in setup.py when running Python 2.7
## [0.10.0]
### Added
- Image class now has an `image_json` property to get to the underlying JSON
field (`image` still returns `representations["full"]` but will change to
the JSON value in a future version).

### Other
- Added badges to README and other document changes
- Adopt tox for package install testing
### Fixed
- Updated `Search` methods to use `q=` params:
- `faves` uses `my:faves`
- `upvotes` uses `my:upvotes`
- `uploads` uses `my:uploads`
- `watched` uses `my:watched`
2 changes: 1 addition & 1 deletion derpibooru/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0-a1
0.10.0

0 comments on commit d69720a

Please sign in to comment.