diff --git a/CHANGELOG.md b/CHANGELOG.md index 45b4fbe..94eb2fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,38 @@ SPDX-License-Identifier: AGPL-3.0-only # Changelog +## [0.1.13] - 2024-02-01 + +### Features + +- Add one fedi fortune + +### Build + +- Bump actions/stale from 8 to 9 +- Bump DeterminateSystems/nix-installer-action from 8 to 9 +- Bump grep from 0.2.12 to 0.3.1 +- Bump clap from 4.4.11 to 4.4.18 +- Bump clap_complete from 4.4.4 to 4.4.9 +- Bump assert_cmd from 2.0.12 to 2.0.13 +- Bump tempfile from 3.8.1 to 3.9.0 +- Bump clap_mangen from 0.2.15 to 0.2.17 +- Change flake inputs + +### Ci + +- Remove stalebot + ## [0.1.12] - 2023-12-07 ### Features - Port 187 lines of computers +### Miscellaneous Tasks + +- Release fortune-kind v0.1.12 + ### Build - Bump grep-regex from 0.1.11 to 0.1.12 diff --git a/Cargo.lock b/Cargo.lock index 4722422..a8a1414 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -209,7 +209,7 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "fortune-kind" -version = "0.1.12" +version = "0.1.13" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 749bcce..8ba753f 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.12" +version = "0.1.13" build = "build.rs" [dependencies]