all repos — searchix @ 7496bb7e0652d86e2afd05d35e6632dab27c954a

Search engine for NixOS, nix-darwin, home-manager and NUR users

chore: release 0.1.18
Alan Pearce alan@alanpearce.eu
Mon, 20 Jan 2025 10:26:41 +0100
commit

7496bb7e0652d86e2afd05d35e6632dab27c954a

parent

584d295c25697c19ffd369d22281f7d53a139f18

2 files changed, 12 insertions(+), 3 deletions(-)

jump to
M CHANGELOG.mdCHANGELOG.md
@@ -1,8 +1,17 @@ # Changelog
 
-## [v0.1.17](https://git.alanpearce.eu/searchix/diff/?id=v0.1.16&id2=fb0ab22c9a8ca1784477e64b03d5cb62d607bc9f) (2025-01-19)
+## [v0.1.18](https://git.alanpearce.eu/searchix/diff/?id=v0.1.17&id2=584d295c25697c19ffd369d22281f7d53a139f18) (2025-01-20)
+
+### Features
+
+-   allow HTTP request logging to be disabled
+    ([584d295](https://git.alanpearce.eu/searchix/commit/?id=584d295c25697c19ffd369d22281f7d53a139f18))
+-   **sentry:** trace all transactions
+    ([19d8046](https://git.alanpearce.eu/searchix/commit/?id=19d8046f99d9f395f8529886f37292d99dc1a4d9))
 
-### Fixes
+### [v0.1.17](https://git.alanpearce.eu/searchix/diff/?id=v0.1.16&id2=v0.1.17) (2025-01-19)
+
+#### Fixes
 
 -   **sentry:** report correct HTTP path in traces
     ([eece88d](https://git.alanpearce.eu/searchix/commit/?id=eece88d32b1b613aba7ec2f11bcfeb10163616b1))
M nix/package.nixnix/package.nix
@@ -13,7 +13,7 @@ , buildGoApplication ? pkgs.buildGoApplication , css
 }:
 let
-  version = "0.1.17";
+  version = "0.1.18";
 in
 buildGoApplication {
   pname = "searchix";