Skip to content

Commit 3b00a1f

Browse files
committed
improve CRUD-methods.
1 parent ebe7228 commit 3b00a1f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Version 2.1.0
2+
3+
* `PaginateMixin` removed, this functional moved to `ReadMixin`.
4+
* Add parameter `deserialize` to `CreateMixin`, `ReadMixin` and `UpdateMixine`.
5+
* Improved docstrings.
6+
7+
18
## Version 2.0.0
29

310
* Refactoring of the module has been carried out. Improved class and method interfaces.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ license = {file = "LICENSE"}
2525
name = "DB-First"
2626
readme = "README.md"
2727
requires-python = ">=3.9"
28-
version = "2.0.0"
28+
version = "2.1.0"
2929

3030
[project.optional-dependencies]
3131
dev = [

0 commit comments

Comments
 (0)