diff --git a/CHANGELOG.md b/CHANGELOG.md index d65dcc7..51af938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ SPDX-License-Identifier: AGPL-3.0-only # Changelog +## [0.1.11] - 2023-11-30 + +### Features + +- Port 200 lines of miscellaneous + +### Build + +- Bump DeterminateSystems/nix-installer-action from 7 to 8 +- Bump webiny/action-conventional-commits from 1.1.0 to 1.2.0 +- Bump grep-matcher from 0.1.6 to 0.1.7 + ## [0.1.10] - 2023-11-23 ### Features @@ -16,6 +28,7 @@ SPDX-License-Identifier: AGPL-3.0-only ### Miscellaneous Tasks - Update flake inputs +- Release fortune-kind v0.1.10 ## [0.1.9] - 2023-11-16 diff --git a/Cargo.lock b/Cargo.lock index 73350a3..999d953 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -236,7 +236,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fortune-kind" -version = "0.1.10" +version = "0.1.11" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 4741e41..df6f3b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ exclude = [ "/oldtunes" ] rust-version = "1.70.0" readme = "README.md" license = "GPL-3.0-only" -version = "0.1.10" +version = "0.1.11" build = "build.rs" [dependencies]