2 Commits

Author SHA1 Message Date
4506cf5ad9 feat: add meta auth
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-07-04 13:33:33 +03:00
2a98ba3877 Partial Revert "fix: bump deps"
This reverts commit e36ea4bcfb.
2022-07-04 10:27:43 +03:00
3 changed files with 2 additions and 6 deletions

View File

@@ -2,10 +2,6 @@
<!--next-version-placeholder-->
## v0.5.0 (2022-07-04)
### Feature
* Add meta-auth ([#4](https://git.grassecon.net/cicnet/cic-cli/issues/4)) ([`bfe7086`](https://git.grassecon.net/cicnet/cic-cli/commit/bfe7086178f3fc2743dd68cc20c5459ca466ae8e))
## v0.4.1 (2022-06-14)
### Fix
* Bump deps ([`e36ea4b`](https://git.grassecon.net/cicnet/cic-cli/commit/e36ea4bcfb1c417d1adf2be9455cb20b23323414))

View File

@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.4.1"

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "cic-cli"
version = "0.5.0"
version = "0.4.1"
description = "Generic cli tooling for the CIC token network"
authors = [
"Louis Holbrook <dev@holbrook.no>",