about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2025-01-24 13:08:08 +0100
committerAlan Pearce2025-01-24 13:08:08 +0100
commit61ed2c479fcd8b7be54dc30cc1a7f0b0d5ddc852 (patch)
tree1fc46e688a0d5bd730db58ec0c3b9ed1d49a1c4c
parent1e5045349f93298b4c021c96c7c9c5a188489f2e (diff)
downloadsearchix-61ed2c479fcd8b7be54dc30cc1a7f0b0d5ddc852.tar.lz
searchix-61ed2c479fcd8b7be54dc30cc1a7f0b0d5ddc852.tar.zst
searchix-61ed2c479fcd8b7be54dc30cc1a7f0b0d5ddc852.zip
chore: release 0.1.19
-rw-r--r--CHANGELOG.md11
-rw-r--r--nix/package.nix2
2 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e9b8906..2389d9d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,15 @@
 # Changelog
 
-## [v0.1.18](https://git.alanpearce.eu/searchix/diff/?id=v0.1.17&id2=584d295c25697c19ffd369d22281f7d53a139f18) (2025-01-20)
+## [v0.1.19](https://git.alanpearce.eu/searchix/diff/?id=v0.1.18&id2=1e5045349f93298b4c021c96c7c9c5a188489f2e) (2025-01-24)
 
-### Features
+### Fixes
+
+-   import slowdown when querying programs database
+    ([1e50453](https://git.alanpearce.eu/searchix/commit/?id=1e5045349f93298b4c021c96c7c9c5a188489f2e))
+
+### [v0.1.18](https://git.alanpearce.eu/searchix/diff/?id=v0.1.17&id2=v0.1.18) (2025-01-20)
+
+#### Features
 
 -   allow HTTP request logging to be disabled
     ([584d295](https://git.alanpearce.eu/searchix/commit/?id=584d295c25697c19ffd369d22281f7d53a139f18))
diff --git a/nix/package.nix b/nix/package.nix
index 1016c18..f381076 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -13,7 +13,7 @@
 , css
 }:
 let
-  version = "0.1.18";
+  version = "0.1.19";
 in
 buildGoApplication {
   pname = "searchix";