From c7c3d2aaba257469f124bc552b2021e52fc01816 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Tue, 25 Jun 2024 09:34:52 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.0.1=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ cz.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cf417e4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +## 0.1.0 (2024-06-25) + +### Feat + +- :sparkles: add hive reporter +- :sparkles: add sentry tracer extension with operation reporting and exception capturing diff --git a/cz.yaml b/cz.yaml index b823e32..8d591ea 100644 --- a/cz.yaml +++ b/cz.yaml @@ -4,5 +4,5 @@ commitizen: name: cz_conventional_commits tag_format: $version update_changelog_on_bump: true - version: 0.0.1 + version: 0.1.0 version_scheme: semver