about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2025-03-11 15:48:06 +0100
committerAlan Pearce2025-03-11 15:48:06 +0100
commit306f3432f780586d129d45c52face38e34eb1bb8 (patch)
tree568ad8c32959e475801186a9ce608d272abab6c2
parent598b1f24aa5f20eb8ab47fd5bb73aae55779c1b2 (diff)
downloadsearchix-0.1.24.tar.lz
searchix-0.1.24.tar.zst
searchix-0.1.24.zip
chore: release 0.1.24 v0.1.24
-rw-r--r--CHANGELOG.md9
-rw-r--r--nix/package.nix2
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 374fd2f..d9d5137 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,16 @@
 # Changelog
 
-## [v0.1.23](https://git.alanpearce.eu/searchix/diff/?id=v0.1.22&id2=1fe30ce514535c37ca668a0e426aa48362f0bdbf) (2025-03-10)
+## [v0.1.24](https://git.alanpearce.eu/searchix/diff/?id=v0.1.23&id2=598b1f24aa5f20eb8ab47fd5bb73aae55779c1b2) (2025-03-11)
 
 ### Fixes
 
+-   **js:** switching source after reset uses old query
+    ([12947e5](https://git.alanpearce.eu/searchix/commit/?id=12947e5a912ddcd6bb82cbaab2811d02de703871))
+
+### [v0.1.23](https://git.alanpearce.eu/searchix/diff/?id=v0.1.22&id2=v0.1.23) (2025-03-10)
+
+#### Fixes
+
 -   remove duplicate link to source code
     ([1fe30ce](https://git.alanpearce.eu/searchix/commit/?id=1fe30ce514535c37ca668a0e426aa48362f0bdbf))
 
diff --git a/nix/package.nix b/nix/package.nix
index 7010c7f..79a779e 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -13,7 +13,7 @@
 , css
 }:
 let
-  version = "0.1.23";
+  version = "0.1.24";
 in
 buildGoApplication {
   pname = "searchix";