Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa43080602 | ||
| 15ae1143a5 |
@@ -2,6 +2,10 @@
|
||||
|
||||
<!--next-version-placeholder-->
|
||||
|
||||
## v0.5.2 (2022-07-05)
|
||||
### Fix
|
||||
* Bump cic-types ([`15ae114`](https://git.grassecon.net/cicnet/cic-cli/commit/15ae1143a5230078219072d096741546ebcc3d07))
|
||||
|
||||
## v0.5.1 (2022-07-05)
|
||||
### Fix
|
||||
* Upgrade cic-types to support meta auth ([`22b3062`](https://git.grassecon.net/cicnet/cic-cli/commit/22b3062c4909400664bd2a50ca36d5ee737531a1))
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = "0.5.1"
|
||||
__version__ = "0.5.2"
|
||||
|
||||
4
poetry.lock
generated
4
poetry.lock
generated
@@ -286,7 +286,7 @@ reference = "grassroots_"
|
||||
|
||||
[[package]]
|
||||
name = "cic-types"
|
||||
version = "0.2.6"
|
||||
version = "0.2.7"
|
||||
description = "Defines descriptors for data objects specific to the CIC-Network."
|
||||
category = "main"
|
||||
optional = false
|
||||
@@ -2046,7 +2046,7 @@ eth = ["chainlib-eth", "eth-token-index", "eth-address-index", "okota", "cic-eth
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "e068d23fc73a61c8cbc0da5d863bf839f6a8610c61a220ac33b12ea46c8b202a"
|
||||
content-hash = "1379242725006a2a94a6c7cf2a6924a1a117803b6898f0bcea88c9ff760a7e87"
|
||||
|
||||
[metadata.files]
|
||||
asn1crypto = [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "cic-cli"
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
description = "Generic cli tooling for the CIC token network"
|
||||
authors = [
|
||||
"Louis Holbrook <dev@holbrook.no>",
|
||||
@@ -43,7 +43,7 @@ default = true
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
funga-eth = "^0.6.0"
|
||||
cic-types = "^0.2.6"
|
||||
cic-types = "^0.2.7"
|
||||
confini = "^0.6.0"
|
||||
chainlib = "~0.1.0"
|
||||
cbor2 = "~5.4.1"
|
||||
|
||||
Reference in New Issue
Block a user