Skip to content

Commit

Permalink
chore(release): 0.5.25
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Mar 30, 2023
1 parent 626898d commit b335f7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.25](https://github.com/gundotio/worf/compare/v0.5.24...v0.5.25) (2023-03-30)

- (Improvement) Add test for default model ordering [#157](https://github.com/gundotio/worf/pull/157)

### [0.5.24](https://github.com/gundotio/worf/compare/v0.5.23...v0.5.24) (2023-03-07)

- (Deps) Package updates [#150](https://github.com/gundotio/worf/pull/150)
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.24"
version = "0.5.25"
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.24"
__version__ = "0.5.25"

0 comments on commit b335f7d

Please sign in to comment.