mirror of
https://github.com/planetmint/planetmint.git
synced 2025-06-08 07:06:38 +00:00
set verion number and changelog
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
2d59fcb0de
commit
367b101fb2
@ -25,6 +25,12 @@ For reference, the possible headings are:
|
||||
* **Known Issues**
|
||||
* **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
|
||||
* **Fixed** subcondition instantiation now works recursively
|
||||
* **Changed** migrated dependency management to poetry
|
||||
|
@ -3,8 +3,8 @@
|
||||
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
|
||||
# Code is Apache-2.0 and docs are CC-BY-4.0
|
||||
|
||||
__version__ = "2.2.4"
|
||||
__short_version__ = "2.2"
|
||||
__version__ = "2.3.0"
|
||||
__short_version__ = "2.3"
|
||||
|
||||
# Supported Tendermint versions
|
||||
__tm_supported_versions__ = ["0.34.15"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "planetmint"
|
||||
version = "2.2.4"
|
||||
version = "2.3.0"
|
||||
description = "Planetmint: The Blockchain Database"
|
||||
authors = ["Planetmint contributors"]
|
||||
license = "AGPLv3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user