mirror of
https://github.com/planetmint/planetmint.git
synced 2025-10-14 00:59:17 +00:00
added changelog , bumped version
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
6403e02277
commit
a3468cf991
@ -25,6 +25,10 @@ For reference, the possible headings are:
|
|||||||
* **Known Issues**
|
* **Known Issues**
|
||||||
* **Notes**
|
* **Notes**
|
||||||
|
|
||||||
|
## [2.3.3] - 2023-10-03
|
||||||
|
* **Fixed** CI issues with the docker images
|
||||||
|
* **Added** Tendermint, tarantool, and planetmint initialization to the all-in-one docker image
|
||||||
|
|
||||||
## [2.3.2] - 2023-10-03
|
## [2.3.2] - 2023-10-03
|
||||||
* **Fixed** websocket service issue with block/asset object access of different object/tx versions
|
* **Fixed** websocket service issue with block/asset object access of different object/tx versions
|
||||||
* **Added** CI pipeline to build and package the all-in-one docker images
|
* **Added** CI pipeline to build and package the all-in-one docker images
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# 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.3.2"
|
__version__ = "2.3.3"
|
||||||
__short_version__ = "2.3"
|
__short_version__ = "2.3"
|
||||||
|
|
||||||
# Supported Tendermint versions
|
# Supported Tendermint versions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "planetmint"
|
name = "planetmint"
|
||||||
version = "2.3.2"
|
version = "2.3.3"
|
||||||
description = "Planetmint: The Blockchain Database"
|
description = "Planetmint: The Blockchain Database"
|
||||||
authors = ["Planetmint contributors"]
|
authors = ["Planetmint contributors"]
|
||||||
license = "AGPLv3"
|
license = "AGPLv3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user