Skip to content

Commit

Permalink
Increment version to
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 20, 2024
1 parent f8efab2 commit daaced3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- insertion marker -->
## [0.1.0](https://github.com/PythonNest/PyNest/releases/tag/0.1.0) - 2024-09-15
## Unreleased

<small>[Compare with first commit](https://github.com/PythonNest/PyNest/compare/8cf9da7afefe69a990a9d82a57d30e4c495b99c8...0.1.0)</small>

### Fixed

- Fix async orm provider session (#78) ([8cf9da7](https://github.com/PythonNest/PyNest/commit/8cf9da7afefe69a990a9d82a57d30e4c495b99c8) by Itay Dar).
<small>[Compare with latest](https://github.com/PythonNest/PyNest/compare/f8efab23903d551bee3669386220a6bf933bc3c7...HEAD)</small>

<!-- insertion marker -->
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pynest-api"
version = "0.3.1"
version = "0.3.2"
description = "PyNest is a FastAPI Abstraction for building microservices, influenced by NestJS."
authors = ["itay.dar <itay.dar@lemonade.com>"]
readme = "README.md"
Expand Down

0 comments on commit daaced3

Please sign in to comment.