Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 18, 2024
1 parent 8c6ca2a commit 083fdf1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



## v0.3.1 (2024-11-18)

### Fix

* fix(cache): added signals to update cache entries in shared cache ([`333e422`](https://github.com/lotrekagency/django-structured-field/commit/333e42243054942d39378b20738a6ad01bf12b74))

### Unknown

* tests: update test models ([`8c6ca2a`](https://github.com/lotrekagency/django-structured-field/commit/8c6ca2a29e3cbcef0115c35ee3e84c6044c506e3))

* deps: update to pydantic 2.9.2 ([`ba21a56`](https://github.com/lotrekagency/django-structured-field/commit/ba21a562efd67f29013d4385d92b0b7ca68019df))

* tests: update cache tests ([`f9a763a`](https://github.com/lotrekagency/django-structured-field/commit/f9a763a9b418794aae448294889972cc60e34b6d))


## v0.3.0 (2024-11-17)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from setuptools import setup

__version__ = "0.3.0"
__version__ = "0.3.1"

setup(version=__version__)
2 changes: 1 addition & 1 deletion structured/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = "0.3.0"
__version__ = "0.3.1"

0 comments on commit 083fdf1

Please sign in to comment.