From 20afff12bcb6b93a5c52291d21e204645b1ea50c Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 6 Aug 2024 17:04:20 +0000 Subject: [PATCH] Increment version to --- CHANGELOG.md | 8 ++------ nest/__init__.py | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61659f8..3504826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,7 @@ 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). -## [0.1.0](https://github.com/PythonNest/PyNest/releases/tag/0.1.0) - 2024-07-25 +## [0.1.0](https://github.com/PythonNest/PyNest/releases/tag/0.1.0) - 2024-08-06 -[Compare with first commit](https://github.com/PythonNest/PyNest/compare/4d239923eace38afdeae6515eb68b139ec506ca5...0.1.0) - -### Added - -- add echo as an extra param to allow disabling logs from db (#71) ([4d23992](https://github.com/PythonNest/PyNest/commit/4d239923eace38afdeae6515eb68b139ec506ca5) by Itay Dar). +[Compare with first commit](https://github.com/PythonNest/PyNest/compare/6aa060a3425ff7458f7851642fdaa23c509ddcae...0.1.0) diff --git a/nest/__init__.py b/nest/__init__.py index 788da1f..493f741 100644 --- a/nest/__init__.py +++ b/nest/__init__.py @@ -1 +1 @@ -__version__ = "0.2.4" +__version__ = "0.3.0"