From 4cf6eb7396b96652a38f9d0cc7f438e6090db59a Mon Sep 17 00:00:00 2001 From: Ivan Koldakov Date: Sat, 13 Jul 2024 22:24:40 +0700 Subject: [PATCH] Bump new version --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0c42b..fe87158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.3.0] - 2024-07-13 + +### Added + +- Retrieve users +- Search users by username + ## [1.2.1] - 2024-07-13 ### Fixed @@ -132,6 +139,7 @@ For now auto generation available only - GraphQL: Season selection by id - GraphQL: Paginated (Edged) seasons selection +[1.3.0]: https://github.com/koldakov/futuramaapi/releases/tag/1.3.0 [1.2.1]: https://github.com/koldakov/futuramaapi/releases/tag/1.2.1 [1.2.0]: https://github.com/koldakov/futuramaapi/releases/tag/1.2.0 [1.1.3]: https://github.com/koldakov/futuramaapi/releases/tag/1.1.3 diff --git a/pyproject.toml b/pyproject.toml index 396bfb7..6333442 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "futuramaapi" -version = "1.2.1" +version = "1.3.0" description = "Inspired REST and GraphQL API based on TV show Futurama" authors = ["Ivan Koldakov "] readme = "README.md"