Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
philippgille committed Feb 18, 2024
1 parent 43f9f10 commit a616687
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ vNext

- Added `DB.ListCollections()` (PR [#12](https://github.com/philippgille/chromem-go/pull/12))
- Added `DB.GetCollection()` (PR [#13](https://github.com/philippgille/chromem-go/pull/13) + [#19](https://github.com/philippgille/chromem-go/pull/19))
- Added `DB.GetOrCreateCollection()` (PR [#22](https://github.com/philippgille/chromem-go/pull/22))
- Added `DB.DeleteCollection()` (PR [#14](https://github.com/philippgille/chromem-go/pull/14))
- Added `DB.Reset()` (PR [#15](https://github.com/philippgille/chromem-go/pull/15))
- Added various unit tests (PR [#20](https://github.com/philippgille/chromem-go/pull/20))

### Improved

Expand All @@ -24,6 +26,7 @@ vNext
- Goal: Prevent direct modifications which could cause data races in case of the user doing a modification while `chromem-go` for example ranges over it.
- Improved CI (PR [#18](https://github.com/philippgille/chromem-go/pull/18))
- Add Go 1.22 to test matrix, update used GitHub Action from v4 to v5, use race detector during tests
- Reorganize code internally (PR [#21](https://github.com/philippgille/chromem-go/pull/21))

v0.3.0 (2024-02-10)
-------------------
Expand Down

0 comments on commit a616687

Please sign in to comment.