version bumpt

Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
Lorenz Herzberger 2022-07-07 11:54:44 +02:00
parent c70d4443a1
commit 3ef42bc60f
No known key found for this signature in database
GPG Key ID: FA5EE906EB55316A
4 changed files with 9 additions and 6 deletions

View File

@ -27,7 +27,10 @@ For reference, the possible headings are:
## [Unreleased] ## [Unreleased]
## [1.0.0] ## [1.0.1] - 2022-07-07
updated documentation
## [1.0.0] - 2022-07-05
### Feature Update ### Feature Update
Tarantool integration Tarantool integration

View File

@ -4,7 +4,7 @@ Content-Type: application/json
{ {
"assets": "/assets/", "assets": "/assets/",
"blocks": "/blocks/", "blocks": "/blocks/",
"docs": "https://docs.planetmint.com/projects/server/en/v1.0.0/http-client-server-api.html", "docs": "https://docs.planetmint.com/projects/server/en/v1.0.1/http-client-server-api.html",
"metadata": "/metadata/", "metadata": "/metadata/",
"outputs": "/outputs/", "outputs": "/outputs/",
"streamedblocks": "ws://localhost:9985/api/v1/streams/valid_blocks", "streamedblocks": "ws://localhost:9985/api/v1/streams/valid_blocks",

View File

@ -6,7 +6,7 @@ Content-Type: application/json
"v1": { "v1": {
"assets": "/api/v1/assets/", "assets": "/api/v1/assets/",
"blocks": "/api/v1/blocks/", "blocks": "/api/v1/blocks/",
"docs": "https://docs.planetmint.com/projects/server/en/v1.0.0/http-client-server-api.html", "docs": "https://docs.planetmint.com/projects/server/en/v1.0.1/http-client-server-api.html",
"metadata": "/api/v1/metadata/", "metadata": "/api/v1/metadata/",
"outputs": "/api/v1/outputs/", "outputs": "/api/v1/outputs/",
"streamedblocks": "ws://localhost:9985/api/v1/streams/valid_blocks", "streamedblocks": "ws://localhost:9985/api/v1/streams/valid_blocks",
@ -15,7 +15,7 @@ Content-Type: application/json
"validators": "/api/v1/validators" "validators": "/api/v1/validators"
} }
}, },
"docs": "https://docs.planetmint.com/projects/server/en/v1.0.0/", "docs": "https://docs.planetmint.com/projects/server/en/v1.0.1/",
"software": "Planetmint", "software": "Planetmint",
"version": "1.0.0" "version": "1.0.1"
} }

View File

@ -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__ = "1.0.0" __version__ = "1.0.1"
__short_version__ = "1.0" __short_version__ = "1.0"
# Supported Tendermint versions # Supported Tendermint versions