Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
kannibalox committed Mar 29, 2023
1 parent 4f0c1b1 commit 837230e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.9.2] - 2023-03-28
### Fixed
- `ptp-reseed`:
- Mark torrents saved to file as loaded
- Handle hashing multi-file torrents correctly

## [0.9.1] - 2023-03-28
### Fixed
- `ptp-reseed` now only tries to connect to rtorrent when not using
Expand Down Expand Up @@ -31,7 +37,8 @@
- Added a changelog
- Created dockerfile

[Unreleased]: https://github.com/kannibalox/pyrosimple/compare/v0.9.1...HEAD
[Unreleased]: https://github.com/kannibalox/pyrosimple/compare/v0.9.2...HEAD
[0.9.2]: https://github.com/kannibalox/pyrosimple/compare/v0.9.1...v0.9.2
[0.9.1]: https://github.com/kannibalox/pyrosimple/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/kannibalox/pyrosimple/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/kannibalox/pyrosimple/compare/v0.7.2...v0.8.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "PTPAPI"
version = "0.9.1"
version = "0.9.2"
description = "A small API for a mildly popular movie site"
authors = ["kannibalox <[email protected]>"]
repository = "https://github.com/kannibalox/PTPAPI"
Expand Down

0 comments on commit 837230e

Please sign in to comment.