From 067f35490514b969c2fc63f7a9df22ad2ba7aaa8 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 26 Apr 2022 11:41:16 +0000 Subject: [PATCH] 0.3.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ cic/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cbb73e..4fe2041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## v0.3.0 (2022-04-26) +### Feature +* **wizard:** Add csv input flag ([`a9f97a9`](https://git.grassecon.net/cicnet/cic-cli/commit/a9f97a9a5c6908e4d51710e3b121764d2511c0ab)) + +### Fix +* Tests ([`f300767`](https://git.grassecon.net/cicnet/cic-cli/commit/f30076783d5fc93d91d29e9343d62af4c0fdffaa)) +* Bump ci ([`60e8ecc`](https://git.grassecon.net/cicnet/cic-cli/commit/60e8ecc41a472dbea25c36d869259c8161145002)) + ## v0.2.3 (2022-03-22) ### Fix * Remove this ([`92794a2`](https://git.grassecon.net/cicnet/cic-cli/commit/92794a2e3b2fc5ace63f519bbe5b23c542afc853)) diff --git a/cic/__init__.py b/cic/__init__.py index d31c31e..493f741 100644 --- a/cic/__init__.py +++ b/cic/__init__.py @@ -1 +1 @@ -__version__ = "0.2.3" +__version__ = "0.3.0" diff --git a/pyproject.toml b/pyproject.toml index 87987dc..410b655 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cic-cli" -version = "0.2.3" +version = "0.3.0" description = "Generic cli tooling for the CIC token network" authors = [ "Louis Holbrook ",