Skip to content

Commit

Permalink
version: 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joonas-yoon committed Jan 18, 2023
1 parent f09180c commit d5b072f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [0.2.0] - 2022-12-26
## [0.2.3] - 2023-01-18

### Added

- Supports to load database from JSON file that doesn't made from `Database`.

## [0.2.2] - 2022-12-26

### Added

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[tool.poetry]
name = "json_as_db"
version = "0.2.2"
version = "0.2.3"
description = "Using JSON as very lightweight database"
readme = "README.md"
license = "MIT"
keywords = ["json", "lightweight", "database"]
keywords = ["json", "lightweight", "database", "odm"]
authors = [
"Joonas <[email protected]>"
]
maintainers = [
"Joonas <[email protected]>"
]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit d5b072f

Please sign in to comment.