Skip to content
This repository was archived by the owner on Nov 10, 2024. It is now read-only.

Commit 52e0b51

Browse files
authored
Create-release (#290)
* Add new version to changelog * Update pyproject to 0.6.0
1 parent 87c3158 commit 52e0b51

3 files changed

Lines changed: 2 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## Latest changes
2+
## 0.6.0
23

34
* Fix bug where `Request.url_for` is not working as intended [[yuval9313/FastApi-RESTful#90](https://github.com/yuval9313/FastApi-RESTful/issues/90)]
45
* Update multiple dependencies using @dependebot

poetry.lock

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi-restful"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Quicker FastApi developing tools"
55
license = "MIT"
66
authors = ["Yuval Levi <yuvall9313@gmail.com>"]

0 commit comments

Comments
 (0)