all repos — searchix @ 1f0be0997233e9a681811f7f633de5997ef4b9fa

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

chore: release 0.1.11

Alan Pearce
commit

1f0be0997233e9a681811f7f633de5997ef4b9fa

parent

72d56a6781e97cde13ba068e8553e9342bd1fa20

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

jump to
M CHANGELOG.mdCHANGELOG.md
@@ -1,8 +1,15 @@
# Changelog -## [v0.1.10](https://git.alanpearce.eu/searchix/diff/?id=v0.1.9&id2=v0.1.10) (2024-11-10) +## [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)) + +### [v0.1.10](https://git.alanpearce.eu/searchix/diff/?id=v0.1.9&id2=v0.1.10) (2024-11-10) -### Fixes +#### Fixes - search all missing expected results ([8656f47](https://git.alanpearce.eu/searchix/commit/?id=8656f47cd62b084a59546c79d437a120869661e3))
M nix/package.nixnix/package.nix
@@ -13,7 +13,7 @@ , buildGoApplication ? pkgs.buildGoApplication
, css }: let - version = "0.1.10"; + version = "0.1.11"; in buildGoApplication { pname = "searchix";