From ea9db0f984359bad3ffbe614cb45c248476c4f67 Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Sun, 10 Nov 2024 12:31:20 +0100
Subject: chore: release 0.1.10

---
 CHANGELOG.md    | 9 ++++++++-
 nix/package.nix | 2 +-
 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";
-- 
cgit 1.4.1