Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aogier committed Dec 13, 2020
1 parent 5aa1c5c commit 5fe5402
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.6] - 2020-12-13

### Changed

- use poetry instead of pip for preparing tests, builds

### Fixed

- Split configuration arguments on colons instead of hyphens, thanks to @ewen-lbh - https://github.com/aogier/chachacha/pull/26

## [0.1.5] - 2020-02-27

### Added
Expand Down Expand Up @@ -52,12 +62,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- tests
- a changelog :D

[Unreleased]: https://github.com/aogier/chachacha/compare/v0.1.5...HEAD
[Unreleased]: https://github.com/aogier/chachacha/compare/v0.1.6...HEAD
[0.1.6]: https://github.com/aogier/chachacha/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/aogier/chachacha/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/aogier/chachacha/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/aogier/chachacha/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/aogier/chachacha/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/aogier/chachacha/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/aogier/chachacha/releases/tag/v0.1.0

[//]: # (C3-1-DKAC-GGH-Raogier/chachacha-Tv{t})
[//]: # (C3-2-DKAC:GGH:Raogier/chachacha:Tv{t})
2 changes: 1 addition & 1 deletion chachacha/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.5"
__version__ = "0.1.6"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "chachacha"
description = "Chachacha changes changelogs"
version = "0.1.5"
version = "0.1.6"
authors = ["Alessandro Ogier <[email protected]>"]
readme = "README.md"
license = "BSD"
Expand Down

0 comments on commit 5fe5402

Please sign in to comment.