diff --git a/CHANGELOG.md b/CHANGELOG.md index 51af938..45b4fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,28 @@ SPDX-License-Identifier: AGPL-3.0-only # Changelog +## [0.1.12] - 2023-12-07 + +### Features + +- Port 187 lines of computers + +### Build + +- Bump grep-regex from 0.1.11 to 0.1.12 +- Bump grep-searcher from 0.1.11 to 0.1.13 +- Bump clap from 4.4.8 to 4.4.11 + ## [0.1.11] - 2023-11-30 ### Features - Port 200 lines of miscellaneous +### Miscellaneous Tasks + +- Release fortune-kind v0.1.11 + ### Build - Bump DeterminateSystems/nix-installer-action from 7 to 8 diff --git a/Cargo.lock b/Cargo.lock index e0f87bf..44f7f67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,7 +221,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fortune-kind" -version = "0.1.11" +version = "0.1.12" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index a9b75ec..dd38412 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.11" +version = "0.1.12" build = "build.rs" [dependencies]