Skip to content

Commit

Permalink
Update changelog after release (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 13, 2024
1 parent 9374b36 commit e576945
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.3.0] - 2024-11-11

### Added

- Add docs endpoint, update README.md, allow passing db_path and env_path to start function

### Documentation

- Improve swagger, remove random example data. update dependencies (#76)

### Feature

- Introduce lib compiling, allow clean (slow) startup or persistent (quick but does not consider db update)
- Revamp build system (#79)

## [2.2.0] - 2024-10-02

### Feature
Expand Down Expand Up @@ -115,6 +130,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Set filtering was doing union operation instead of intersection
- Filter correctly vectors containing integer with value < -1

[2.3.0]: https://github.com/RakuJa/BYBE/compare/v2.2.0..v2.3.0
[2.2.0]: https://github.com/RakuJa/BYBE/compare/v2.1.0..v2.2.0
[2.1.0]: https://github.com/RakuJa/BYBE/compare/v2.0.1..v2.1.0
[2.0.1]: https://github.com/RakuJa/BYBE/compare/v2.0.0..v2.0.1
Expand Down

0 comments on commit e576945

Please sign in to comment.