Skip to content

Commit 713a00e

Browse files
author
github-actions
committed
Increment version to
1 parent 4d23992 commit 713a00e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
<!-- insertion marker -->
9-
## [0.1.0](https://github.com/PythonNest/PyNest/releases/tag/0.1.0) - 2024-05-21
9+
## [0.1.0](https://github.com/PythonNest/PyNest/releases/tag/0.1.0) - 2024-07-25
1010

11-
<small>[Compare with first commit](https://github.com/PythonNest/PyNest/compare/9ce6c1f09cd69cd2f5db55209425f9b0a343ccd4...0.1.0)</small>
11+
<small>[Compare with first commit](https://github.com/PythonNest/PyNest/compare/4d239923eace38afdeae6515eb68b139ec506ca5...0.1.0)</small>
1212

13-
### Fixed
13+
### Added
1414

15-
- Fix branch (#60) ([9ce6c1f](https://github.com/PythonNest/PyNest/commit/9ce6c1f09cd69cd2f5db55209425f9b0a343ccd4) by Itay Dar).
15+
- add echo as an extra param to allow disabling logs from db (#71) ([4d23992](https://github.com/PythonNest/PyNest/commit/4d239923eace38afdeae6515eb68b139ec506ca5) by Itay Dar).
1616

nest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.3"
1+
__version__ = "0.2.4"

0 commit comments

Comments
 (0)