From 3beed131a85b9b255090d50d22f565873142d1e5 Mon Sep 17 00:00:00 2001 From: Alex Wellnitz Date: Wed, 26 Mar 2025 09:32:35 +0100 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 20 +++++++++++++++++++- README.md | 4 ++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9d726c..c96ff14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,33 @@ All notable changes to this project will be documented in this file. -## [unreleased] +## [0.1.1] - 2025-03-26 ### 🚀 Features - *(index)* Add save and load functionality for Index using gob encoding/decoding +### 🐛 Bug Fixes + +- Updated AddDocToIndex function to ignore additional special characters in scanner.Text() +- Add sonarqube properties +- Add default log level + +### 🚜 Refactor + +- Search logic to improve performance and reduce false positives by making query case-insensitive for simple queries and using trimmed whitespace in phrases + ### 📚 Documentation - Add first release in Changelog +- Update changelog +- Add sonarqube badge + +### ⚙️ Miscellaneous Tasks + +- Add sonarqube pipeline +- Update sonarqube pipeline +- Add quality gate ## [0.1.0] - 2025-03-25 diff --git a/README.md b/README.md index 1223589..54dd0e3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# gosearch - [![Quality Gate Status](https://sonar.dev-null.rocks/api/project_badges/measure?project=gosearch&metric=alert_status&token=sqb_4d86c3b73f6837027a319df42d2f70ccb46e56a2)](https://sonar.dev-null.rocks/dashboard?id=gosearch) +# gosearch + ### Diagram of the Architecture ```mermaid