Skip to content

Commit c8df607

Browse files
authored
Bump to v0.2.0 (#24)
1 parent f6d04c8 commit c8df607

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2025-06-07
11+
1012
### Changed
1113

1214
- Allowed `EmbeddedJsonModel`'s to also contain `EmbeddedJsonModel` if there is need.
1315
- Allowed extra key-word args to be passed to the `SQLModel()`
1416
- Made the defining of fields by calling `Field()` or `Relationship()` mandatory.
1517
This is because SQLModel's require this, and fail if this is not the case.
1618
- Add support for "Many-to-One" relationships in SQL `insert()` implementation
19+
- Enabled nested updates in SQL
20+
21+
### Fixed
22+
23+
- Fixed many-to-many relationships updates
1724

1825
### Added
1926

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "nqlstore"
77
authors = [
88
{name = "Martin Ahindura", email = "sales@sopherapps.com"},
99
]
10-
version = "0.1.6"
10+
version = "0.2.0"
1111
description = "NQLStore, a simple CRUD store python library for `any query launguage` (or in short `nql`)."
1212
readme = "README.md"
1313
requires-python = ">=3.10"

0 commit comments

Comments
 (0)