about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-11-10 12:31:20 +0100
committerAlan Pearce2024-11-10 12:31:20 +0100
commitea9db0f984359bad3ffbe614cb45c248476c4f67 (patch)
treeb709c4d116be8c67dedbabf806e2d342b5c894a4
parent8656f47cd62b084a59546c79d437a120869661e3 (diff)
downloadsearchix-0.1.10.tar.lz
searchix-0.1.10.tar.zst
searchix-0.1.10.zip
chore: release 0.1.10 v0.1.10
-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 31ff983..6df8b72 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,16 @@
 # Changelog
 
-## [v0.1.9](https://git.alanpearce.eu/searchix/diff/?id=v0.1.8&id2=v0.1.9) (2024-08-17)
+## [v0.1.10](https://git.alanpearce.eu/searchix/diff/?id=v0.1.9&id2=v0.1.10) (2024-11-10)
 
 ### Fixes
 
+-   search all missing expected results
+    ([8656f47](https://git.alanpearce.eu/searchix/commit/?id=8656f47cd62b084a59546c79d437a120869661e3))
+
+### [v0.1.9](https://git.alanpearce.eu/searchix/diff/?id=v0.1.8&id2=v0.1.9) (2024-08-17)
+
+#### Fixes
+
 -   don't error when item not found
     ([b427c26](https://git.alanpearce.eu/searchix/commit/?id=b427c2657582caa9b2cce8bcfd82624663dda780))
 -   tell browsers not to capitalise search input
diff --git a/nix/package.nix b/nix/package.nix
index dc1e8e3..aba8e02 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -13,7 +13,7 @@
 , css
 }:
 let
-  version = "0.1.9";
+  version = "0.1.10";
 in
 buildGoApplication {
   pname = "searchix";