From 3abb1f2189c52b2356dc3e73eda912b05151578c Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 12 May 2023 06:25:34 +0000 Subject: [PATCH] chore(release): 0.5.27 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- worf/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a8d518..6eb72ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 6222792..7565d66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", "Steve Lacey "] diff --git a/worf/__init__.py b/worf/__init__.py index f7a0781..f83e9cb 100644 --- a/worf/__init__.py +++ b/worf/__init__.py @@ -1 +1 @@ -__version__ = "0.5.26" +__version__ = "0.5.27"