Skip to content

Commit c212970

Browse files
authored
Update CHANGELOG.md
1 parent 4853c99 commit c212970

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
Thanks for getting this release out! please stay tuned :)
11+
12+
## [0.2.4]
13+
1014
### Added
1115

1216
- Supports to find by key and value with `Condition` that is generated from `Key`. [(#8)](https://github.com/joonas-yoon/json-as-db/issues/8)
@@ -19,8 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1923
- Implements `items()` methods to override dictionary on `Database` class. [(#3)](https://github.com/joonas-yoon/json-as-db/issues/3)
2024
- Getter supports list-like parameter such as `db[['id1', 'id2']]` [(#5)](https://github.com/joonas-yoon/json-as-db/issues/5)
2125

22-
Thanks for getting this release out! please stay tuned :)
23-
2426
## [0.2.3] - 2023-01-18
2527

2628
### Added
@@ -66,6 +68,8 @@ Also this is not stable, so under alpha-test.
6668
- Organized direcotries
6769

6870
[Unreleased]: https://github.com/joonas-yoon/json-as-db/compare/v0.2.0...HEAD
69-
[0.2.0]: https://github.com/joonas-yoon/json-as-db/compare/v0.1.1...v0.2.0
71+
[0.2.4]: https://github.com/joonas-yoon/json-as-db/compare/v0.2.3...v0.2.4
72+
[0.2.3]: https://github.com/joonas-yoon/json-as-db/compare/v0.2.0...v0.2.3
73+
[0.2.2]: https://github.com/joonas-yoon/json-as-db/compare/v0.1.1...v0.2.0
7074
[0.1.1]: https://github.com/joonas-yoon/json-as-db/compare/v0.1.0...v0.1.1
7175
[0.1.0]: https://github.com/joonas-yoon/json-as-db/releases/tag/v0.1.0

0 commit comments

Comments
 (0)