diff --git a/Cargo.lock b/Cargo.lock index d378e94..6b1cbdf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -251,7 +251,7 @@ dependencies = [ [[package]] name = "nixpkgs-check-by-name" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index ff55ee4..f80641f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixpkgs-check-by-name" -version = "0.1.1" +version = "0.1.2" edition = "2021" [dependencies] diff --git a/changes/released/0.1.2.md b/changes/released/0.1.2.md new file mode 100644 index 0000000..5fff549 --- /dev/null +++ b/changes/released/0.1.2.md @@ -0,0 +1,5 @@ +# Version 0.1.2 (2024-04-18) + +- Add changelog by [@infinisil](https://github.com/infinisil) in [#46](https://github.com/NixOS/nixpkgs-check-by-name/pull/46) + + This is just a test to show that changelogs are actually used! diff --git a/changes/unreleased/minor/add-changelog.md b/changes/unreleased/minor/add-changelog.md deleted file mode 100644 index f2c7667..0000000 --- a/changes/unreleased/minor/add-changelog.md +++ /dev/null @@ -1,3 +0,0 @@ -# Add changelog - -This is just a test to show that changelogs are actually used!