docs: update changelog
This commit is contained in:
parent
64efaf5514
commit
3beed131a8
20
CHANGELOG.md
20
CHANGELOG.md
@ -2,15 +2,33 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [unreleased]
|
## [0.1.1] - 2025-03-26
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
||||||
- *(index)* Add save and load functionality for Index using gob encoding/decoding
|
- *(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
|
### 📚 Documentation
|
||||||
|
|
||||||
- Add first release in Changelog
|
- 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
|
## [0.1.0] - 2025-03-25
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# gosearch
|
|
||||||
|
|
||||||
[](https://sonar.dev-null.rocks/dashboard?id=gosearch)
|
[](https://sonar.dev-null.rocks/dashboard?id=gosearch)
|
||||||
|
|
||||||
|
# gosearch
|
||||||
|
|
||||||
### Diagram of the Architecture
|
### Diagram of the Architecture
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user