Skip to content

Commit

Permalink
chore: Prepare release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed May 14, 2020
1 parent 480e883 commit efc95e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- insertion marker -->
## [v0.9.1](https://github.com/pawamoy/aria2p/releases/tag/v0.9.1) - 2020-05-14

<small>[Compare with v0.9.0](https://github.com/pawamoy/aria2p/compare/v0.9.0...v0.9.1)</small>

### Bug Fixes
- Forbid version of `asciimatics` below 1.11.0 ([c305b9b](https://github.com/pawamoy/aria2p/commit/c305b9b88cd9156ccad2dd5a5a1e7725c2b08ca3) by Timothée Mazzucotelli). References: [#57](https://github.com/pawamoy/aria2p/issues/57)


## [v0.9.0](https://github.com/pawamoy/aria2p/releases/tag/v0.9.0) - 2020-04-08

<small>[Compare with v0.8.1](https://github.com/pawamoy/aria2p/compare/v0.8.1...v0.9.0)</small>
Expand Down Expand Up @@ -286,4 +294,4 @@ Various improvements and fixes. Status is still alpha, things might break!

### Misc
- Package with Poetry! ([648d0a5](https://github.com/pawamoy/aria2p/commit/648d0a5b3c68d3a06b5a0f7957b5861e42d7279d)).
- Hello Git(Hub|Lab) ([878497b](https://github.com/pawamoy/aria2p/commit/878497bb3eacfdd6e385e33470a4b99d2df3d3bd)).
- Hello Git(Hub|Lab) ([878497b](https://github.com/pawamoy/aria2p/commit/878497bb3eacfdd6e385e33470a4b99d2df3d3bd)).
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "aria2p"
version = "0.9.0"
version = "0.9.1"
description = "Command-line tool and library to interact with an aria2c daemon process with JSON-RPC."
authors = ["Timothée Mazzucotelli <[email protected]>"]
license = "ISC"
Expand Down

0 comments on commit efc95e0

Please sign in to comment.