Skip to content

Commit

Permalink
Bump new version
Browse files Browse the repository at this point in the history
  • Loading branch information
koldakov committed Jun 12, 2024
1 parent 6b1ffd2 commit faf6cfd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ 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.0] - 2024-06-12
## [1.0.2] - 2024-06-12

### Fixed

- Project version in documentation

### Improved

- Code base

## [1.0.1] - 2024-06-12

### Added

Expand Down Expand Up @@ -36,5 +46,6 @@ 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.2]: https://github.com/koldakov/futuramaapi/releases/tag/1.0.2
[1.0.1]: https://github.com/koldakov/futuramaapi/releases/tag/1.0.1
[1.0.0]: https://github.com/koldakov/futuramaapi/releases/tag/1.0.0
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 = "futuramaapi"
version = "1.0.1"
version = "1.0.2"
description = "Inspired REST and GraphQL API based on TV show Futurama"
authors = ["Ivan Koldakov <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit faf6cfd

Please sign in to comment.