Skip to content

Commit d5b072f

Browse files
committed
version: 0.2.3
1 parent f09180c commit d5b072f

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
Thanks for getting this release out! please stay tuned :)
1111

12-
## [0.2.0] - 2022-12-26
12+
## [0.2.3] - 2023-01-18
13+
14+
### Added
15+
16+
- Supports to load database from JSON file that doesn't made from `Database`.
17+
18+
## [0.2.2] - 2022-12-26
1319

1420
### Added
1521

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[tool.poetry]
22
name = "json_as_db"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "Using JSON as very lightweight database"
55
readme = "README.md"
66
license = "MIT"
7-
keywords = ["json", "lightweight", "database"]
7+
keywords = ["json", "lightweight", "database", "odm"]
88
authors = [
99
"Joonas <[email protected]>"
1010
]
1111
maintainers = [
1212
"Joonas <[email protected]>"
1313
]
1414
classifiers = [
15-
"Development Status :: 3 - Alpha",
15+
"Development Status :: 4 - Beta",
1616
"License :: OSI Approved :: MIT License",
1717
"Operating System :: OS Independent",
1818
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)