diff options
author | Alan Pearce | 2025-03-10 14:22:45 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-10 14:22:45 +0100 |
commit | bf3f752cf92eca939bdbfddd0a7ed06470b11ab5 (patch) | |
tree | 1468f6d93f803aab7459451913baba4ce3d1cef4 | |
parent | 1fe30ce514535c37ca668a0e426aa48362f0bdbf (diff) | |
download | searchix-0.1.23.tar.lz searchix-0.1.23.tar.zst searchix-0.1.23.zip |
-rw-r--r-- | CHANGELOG.md | 11 | ||||
-rw-r--r-- | nix/package.nix | 2 |
2 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dc2ec45..374fd2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ # Changelog -## [v0.1.22](https://git.alanpearce.eu/searchix/diff/?id=v0.1.21&id2=05a32bda78911772cb8b09f37bacbcf851a4ddba) (2025-03-10) +## [v0.1.23](https://git.alanpearce.eu/searchix/diff/?id=v0.1.22&id2=1fe30ce514535c37ca668a0e426aa48362f0bdbf) (2025-03-10) -### Features +### Fixes + +- remove duplicate link to source code + ([1fe30ce](https://git.alanpearce.eu/searchix/commit/?id=1fe30ce514535c37ca668a0e426aa48362f0bdbf)) + +### [v0.1.22](https://git.alanpearce.eu/searchix/diff/?id=v0.1.21&id2=v0.1.22) (2025-03-10) + +#### Features - default to combined search on root path ([05a32bd](https://git.alanpearce.eu/searchix/commit/?id=05a32bda78911772cb8b09f37bacbcf851a4ddba)) diff --git a/nix/package.nix b/nix/package.nix index 4f65f31..7010c7f 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -13,7 +13,7 @@ , css }: let - version = "0.1.22"; + version = "0.1.23"; in buildGoApplication { pname = "searchix"; |