Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
kannibalox committed Jul 2, 2023
1 parent d60ebad commit 91ac27f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Changelog

## [Unreleased]
## [2.9.0] - 2023-06-02

#### Fixed
- `rtcontrol`: Under some circumstances, `~/.rtorrent` would not be checked for a connection
- `mktor`: Don't strip characters after final `.` from auto-generated torrent name for directories
- `rtcontrol`: Under some circumstances, `~/.rtorrent.rc` would not be
checked for a connection
- `mktor`: Don't strip characters after final `.` from auto-generated
torrent name for directories
- `rtcontrol`: Allow more than two `OR` conditions

#### Changed
- `rtcontrol`: Output sub-multicall fields (e.g. `p_client_version`) in JSON format
- `rtcontrol`: Output sub-multicall fields (e.g. `p_client_version`)
in JSON format
- `rtcontrol`: Exact matches also match in patterns. E.G. previously
`name="[ARCH] live.iso"` would not match an item of the exact same
name, due to `[` and `]` being special characters in
Expand Down Expand Up @@ -340,7 +343,8 @@ If you just want to use the pyrocore tools on python 3 without all the
new features, you can use the `release-1.X` branch or the 1.X
releases.

[Unreleased]: https://github.com/kannibalox/pyrosimple/compare/v2.8.0...HEAD
[Unreleased]: https://github.com/kannibalox/pyrosimple/compare/v2.9.0...HEAD
[2.9.0]: https://github.com/kannibalox/pyrosimple/compare/v2.8.0...v2.9.0
[2.8.0]: https://github.com/kannibalox/pyrosimple/compare/v2.7.1...v2.8.0
[2.7.1]: https://github.com/kannibalox/pyrosimple/compare/v2.7.0...v2.7.1
[2.7.0]: https://github.com/kannibalox/pyrosimple/compare/v2.6.1...v2.7.0
Expand Down
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 = "pyrosimple"
version = "2.8.0"
version = "2.9.0"
description = "A stripped-down version of the pyrocore tools for working with rTorrent"
authors = ["kannibalox <[email protected]>"]
repository = "https://github.com/kannibalox/pyrosimple"
Expand Down

0 comments on commit 91ac27f

Please sign in to comment.