Skip to content

Commit

Permalink
Release 0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Aug 20, 2024
1 parent 32e03ad commit 24be0eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/en/docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes

## 0.10.7

### Added

- Support for `startswith`, `endswith`, `istartswith` and `iendswith` filters.

### Changed

- Internal metaclasses checks for annotations.
- Code cleaning and organisations.

## 0.10.6

### Added
Expand Down
2 changes: 1 addition & 1 deletion mongoz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.10.6"
__version__ = "0.10.7"

from .conf import settings
from .conf.global_settings import MongozSettings
Expand Down

0 comments on commit 24be0eb

Please sign in to comment.