From efc95e065514cb6a882ceafc177f1cef63ea402a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Thu, 14 May 2020 21:26:03 +0200 Subject: [PATCH] chore: Prepare release 0.9.1 --- CHANGELOG.md | 10 +++++++++- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ff592c..ff6cd83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +## [v0.9.1](https://github.com/pawamoy/aria2p/releases/tag/v0.9.1) - 2020-05-14 + +[Compare with v0.9.0](https://github.com/pawamoy/aria2p/compare/v0.9.0...v0.9.1) + +### 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 [Compare with v0.8.1](https://github.com/pawamoy/aria2p/compare/v0.8.1...v0.9.0) @@ -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)). \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f0f7ee1..63511a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "ISC"