From 7180ca8cb8e451bb10137e529a7c38322129bad9 Mon Sep 17 00:00:00 2001 From: Ole Mussmann Date: Mon, 20 Jan 2025 22:29:18 +0100 Subject: [PATCH] chore: Release nps version 0.2.6 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59cff49..f330042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.2.6] - 2025-01-20 + ### Changed - Rename repository to `nps` @@ -125,7 +127,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Versioning now adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) -[Unreleased]: https://github.com/OleMussmann/nps/compare/v0.2.5...development +[Unreleased]: https://github.com/OleMussmann/nps/compare/v0.2.6...development +[0.2.6]: https://github.com/OleMussmann/nps/compare/v0.2.5...v0.2.6 [0.2.5]: https://github.com/OleMussmann/nps/compare/v0.2.4...v0.2.5 [0.2.4]: https://github.com/OleMussmann/nps/compare/v0.2.3...v0.2.4 [0.2.3]: https://github.com/OleMussmann/nps/compare/v0.2.2...v0.2.3 diff --git a/Cargo.lock b/Cargo.lock index 2ecd078..39aa810 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -417,7 +417,7 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" [[package]] name = "nps" -version = "0.2.6-rc.2" +version = "0.2.6" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 630dc81..365f829 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nps" -version = "0.2.6-rc.2" +version = "0.2.6" description = "Find SEARCH_TERM in available nix packages and sort results by relevance" authors = ["Ole Mussmann "] homepage = "https://github.com/OleMussmann/nps"