Skip to content

Commit d69720a

Browse files
committed
feat: update to stable release 0.10.0
1 parent 3ab59c6 commit d69720a

3 files changed

Lines changed: 16 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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

6365

64-
[Unreleased]: https://github.com/nullforce-public/DerPyBooru/compare/0.9.3...HEAD
65-
<!--
66+
[Unreleased]: https://github.com/nullforce-public/DerPyBooru/compare/0.10.0...HEAD
6667
[0.10.0]: https://github.com/nullforce-public/DerPyBooru/compare/0.9.3...0.10.0
67-
-->
6868
[0.9.3]: https://github.com/nullforce-public/DerPyBooru/compare/0.9.2...0.9.3
6969
[0.9.2]: https://github.com/nullforce-public/DerPyBooru/compare/0.9.1...0.9.2
7070
[0.9.1]: https://github.com/nullforce-public/DerPyBooru/compare/0.9.0...0.9.1

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,15 @@ for post in Search().key(key).watched(user.ONLY):
130130

131131
See [CHANGELOG](CHANGELOG.md)
132132

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

137-
### Other
138-
- Added badges to README and other document changes
139-
- Adopt tox for package install testing
139+
### Fixed
140+
- Updated `Search` methods to use `q=` params:
141+
- `faves` uses `my:faves`
142+
- `upvotes` uses `my:upvotes`
143+
- `uploads` uses `my:uploads`
144+
- `watched` uses `my:watched`

derpibooru/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.0-a1
1+
0.10.0

0 commit comments

Comments
 (0)