set verion number and changelog

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2023-03-01 15:17:04 +01:00
parent 2d59fcb0de
commit 367b101fb2
No known key found for this signature in database
3 changed files with 9 additions and 3 deletions

View File

@ -25,6 +25,12 @@ For reference, the possible headings are:
* **Known Issues** * **Known Issues**
* **Notes** * **Notes**
## [2.3.0] - 2023-01-03
* **Fixed** double usage of the tarantool driver in one instance that lead to crashes
* **Changed** refactored a lot of classes and the structure
* **Changed** upgraded to tarantool driver 0.12.1
## [2.2.4] - 2023-15-02 ## [2.2.4] - 2023-15-02
* **Fixed** subcondition instantiation now works recursively * **Fixed** subcondition instantiation now works recursively
* **Changed** migrated dependency management to poetry * **Changed** migrated dependency management to poetry

View File

@ -3,8 +3,8 @@
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
# Code is Apache-2.0 and docs are CC-BY-4.0 # Code is Apache-2.0 and docs are CC-BY-4.0
__version__ = "2.2.4" __version__ = "2.3.0"
__short_version__ = "2.2" __short_version__ = "2.3"
# Supported Tendermint versions # Supported Tendermint versions
__tm_supported_versions__ = ["0.34.15"] __tm_supported_versions__ = ["0.34.15"]

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "planetmint" name = "planetmint"
version = "2.2.4" version = "2.3.0"
description = "Planetmint: The Blockchain Database" description = "Planetmint: The Blockchain Database"
authors = ["Planetmint contributors"] authors = ["Planetmint contributors"]
license = "AGPLv3" license = "AGPLv3"