Skip to content

Commit

Permalink
chore(release): 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelacey committed Jan 14, 2022
1 parent 128be65 commit da00ded
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.5.5](https://github.com/gundotio/worf/compare/v0.5.4...v0.5.5) (2022-01-14)

- Standardize serializer field ordering [#88](https://github.com/gundotio/worf/pull/88)
- Support assigning serializer instances to views [#89](https://github.com/gundotio/worf/pull/89)
- Support multiword negated filters [#90](https://github.com/gundotio/worf/pull/90)

### [0.5.4](https://github.com/gundotio/worf/compare/v0.5.3...v0.5.4) (2021-12-17)

- Transform bool/nulls in query param bundles [#86](https://github.com/gundotio/worf/pull/86)
Expand Down
2 changes: 1 addition & 1 deletion worf/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v0.5.4"
__version__ = "v0.5.5"

0 comments on commit da00ded

Please sign in to comment.