From da947eed273f41137f5ade102d0cc2c2cf7d9624 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 15:26:34 +0200 Subject: [PATCH] chore(main): release 0.3.0 (#13) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ lib/itax_code/version.rb | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b1e70d5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [0.3.0](https://github.com/matteoredz/itax-code/compare/v0.2.0...v0.3.0) (2023-06-30) + + +### Features + +* trigger release action on bump ([#9](https://github.com/matteoredz/itax-code/issues/9)) ([412f054](https://github.com/matteoredz/itax-code/commit/412f054a9e93d95bcf86244121c3097c8e76f515)) + + +### Bug Fixes + +* restore release workflow ([#8](https://github.com/matteoredz/itax-code/issues/8)) ([876fc6b](https://github.com/matteoredz/itax-code/commit/876fc6bb69d31e73e611a0e74ee1b27ed2fea966)) diff --git a/lib/itax_code/version.rb b/lib/itax_code/version.rb index 151fa5f..ee34f9a 100644 --- a/lib/itax_code/version.rb +++ b/lib/itax_code/version.rb @@ -1,3 +1,3 @@ module ItaxCode - VERSION = "0.2.0".freeze + VERSION = "0.3.0".freeze end