From 33211d223c983ca2585b172832f1732c5334d23d Mon Sep 17 00:00:00 2001 From: Ivan Koldakov Date: Mon, 17 Jun 2024 23:16:37 +0700 Subject: [PATCH] Bump new version --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5312b82..8c25931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.5] - 2024-06-17 + +### Improved + +- Documentation + ## [1.0.4] - 2024-06-17 ### Added @@ -58,6 +64,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - GraphQL: Season selection by id - GraphQL: Paginated (Edged) seasons selection +[1.0.5]: https://github.com/koldakov/futuramaapi/releases/tag/1.0.5 [1.0.4]: https://github.com/koldakov/futuramaapi/releases/tag/1.0.4 [1.0.3]: https://github.com/koldakov/futuramaapi/releases/tag/1.0.3 [1.0.2]: https://github.com/koldakov/futuramaapi/releases/tag/1.0.2 diff --git a/pyproject.toml b/pyproject.toml index 6f934d1..146c6b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "futuramaapi" -version = "1.0.4" +version = "1.0.5" description = "Inspired REST and GraphQL API based on TV show Futurama" authors = ["Ivan Koldakov "] readme = "README.md"