about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-12-04 17:30:08 +0100
committerAlan Pearce2024-12-04 17:30:08 +0100
commit68d50ad0949693cd47ae43739d5b8ee7f9139e95 (patch)
treed1d05dcb321d745d449be5f36adc36468172a302
parentc92530b7940bfd9e0940dd07e4a33b8dc4b575ea (diff)
downloadsearchix-68d50ad0949693cd47ae43739d5b8ee7f9139e95.tar.lz
searchix-68d50ad0949693cd47ae43739d5b8ee7f9139e95.tar.zst
searchix-68d50ad0949693cd47ae43739d5b8ee7f9139e95.zip
chore: release 0.1.12 v0.1.12
-rw-r--r--CHANGELOG.md15
-rw-r--r--nix/package.nix2
2 files changed, 14 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d2254b..3ec5cea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,19 @@
 # Changelog
 
-## [v0.1.11](https://git.alanpearce.eu/searchix/diff/?id=v0.1.10&id2=v0.1.11) (2024-11-20)
+## [v0.1.12](https://git.alanpearce.eu/searchix/diff/?id=v0.1.11&id2=v0.1.12) (2024-12-04)
 
-### Features
+### Fixes
+
+-   use UTC time for fetch/import timer
+    ([c92530b](https://git.alanpearce.eu/searchix/commit/?id=c92530b7940bfd9e0940dd07e4a33b8dc4b575ea))
+-   enable using module in pure evaluation mode
+    ([ec4946e](https://git.alanpearce.eu/searchix/commit/?id=ec4946ee959b2d7d28287e9cd4643a0698833f6b))
+-   enable using module in pure evaluation mode
+    ([174ad04](https://git.alanpearce.eu/searchix/commit/?id=174ad04905da9709e4aef366e14aa438e58e5b0b))
+
+### [v0.1.11](https://git.alanpearce.eu/searchix/diff/?id=v0.1.10&id2=v0.1.11) (2024-11-20)
+
+#### Features
 
 -   apply stemming to search index terms
     ([72d56a6](https://git.alanpearce.eu/searchix/commit/?id=72d56a6781e97cde13ba068e8553e9342bd1fa20))
diff --git a/nix/package.nix b/nix/package.nix
index fc2cae4..3949222 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -13,7 +13,7 @@
 , css
 }:
 let
-  version = "0.1.11";
+  version = "0.1.12";
 in
 buildGoApplication {
   pname = "searchix";