bump: version 0.0.1 → 0.1.0
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
RaviAnand Mohabir 2024-06-25 09:34:52 +00:00
parent 631ee5903f
commit c7c3d2aaba
2 changed files with 7 additions and 1 deletions

6
CHANGELOG.md Normal file
View File

@ -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

View File

@ -4,5 +4,5 @@ commitizen:
name: cz_conventional_commits name: cz_conventional_commits
tag_format: $version tag_format: $version
update_changelog_on_bump: true update_changelog_on_bump: true
version: 0.0.1 version: 0.1.0
version_scheme: semver version_scheme: semver