From 7496bb7e0652d86e2afd05d35e6632dab27c954a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 20 Jan 2025 10:26:41 +0100 Subject: chore: release 0.1.18 --- CHANGELOG.md | 13 +++++++++++-- nix/package.nix | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 824ee6e..e9b8906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.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) -### Fixes +### 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)) + +### [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)) diff --git a/nix/package.nix b/nix/package.nix index 8e1c1ad..1016c18 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -13,7 +13,7 @@ , css }: let - version = "0.1.17"; + version = "0.1.18"; in buildGoApplication { pname = "searchix"; -- cgit 1.4.1