diff --git a/CHANGELOG.md b/CHANGELOG.md index a5cd236..de6bbf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/b1rger/carl/compare/v0.1.1...v0.1.2) (2023-12-05) + + +### Bug Fixes + +* drop `colors` keyword, because there can only be 5 keywords ([b1ad930](https://github.com/b1rger/carl/commit/b1ad9300ee28438ad07e3f6a7b9093e28ecf2a9b)) + ## [0.1.1](https://github.com/b1rger/carl/compare/v0.1.0...v0.1.1) (2023-12-05) diff --git a/Cargo.lock b/Cargo.lock index e4b8906..5505951 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,7 +85,7 @@ checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b" [[package]] name = "carl" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 6c55e94..f7e0e9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: MIT [package] name = "carl" -version = "0.1.1" +version = "0.1.2" authors = ["Birger Schacht "] edition = "2021" license = "MIT"