Skip to content

Commit ccc6bd5

Browse files
authored
Bump to v0.1.3 (#16)
### Added - Added ability to insert children of parent models as though they were embedded in the parent in SQL the SQL implementation. (This makes it possible to simulate embeddedness) - Added ability to replace children of SQL parent models when updating the parent
1 parent ad3aff8 commit ccc6bd5

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.3] - 2025-02-15
11+
1012
### Added
1113

1214
- Added ability to insert children of parent models as though they were embedded in the parent

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.2"
10+
version = "0.1.3"
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)