Skip to content

Commit

Permalink
chore(release): 0.5.27
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and stevelacey committed May 12, 2023
1 parent 49815f6 commit df7b8fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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.27](https://github.com/gundotio/worf/compare/v0.5.26...v0.5.27) (2023-05-12)

- (Deps) Package updates [#166](https://github.com/gundotio/worf/pull/166)
- (Improvement) Support passing include fields as a list [#170](https://github.com/gundotio/worf/pull/170)

### [0.5.26](https://github.com/gundotio/worf/compare/v0.5.25...v0.5.26) (2023-04-26)

- (Feature) Add time validation so we support time fields because time is time [#167](https://github.com/gundotio/worf/pull/167)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "worf"
version = "0.5.26"
version = "0.5.27"
homepage = "https://github.com/gundotio/worf"
description = "Wade's own REST Framework: A more Djangonic approach to REST APIs"
authors = ["Wade Williams <[email protected]>", "Steve Lacey <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion worf/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.26"
__version__ = "0.5.27"

0 comments on commit df7b8fa

Please sign in to comment.