Skip to content

Commit 3c2d475

Browse files
chore(main): release 2.0.6 (#62)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0e27583 commit 3c2d475

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.0.6](https://github.com/matteoredz/itax-code/compare/v2.0.5...v2.0.6) (2025-11-08)
4+
5+
6+
### Continuous Integration
7+
8+
* add workflow to check conventional PR title ([#61](https://github.com/matteoredz/itax-code/issues/61)) ([bf709ae](https://github.com/matteoredz/itax-code/commit/bf709aed645955fc715c36afb94c5bf70c6404f2))
9+
10+
11+
### Documentation
12+
13+
* improve SEO title and description ([#65](https://github.com/matteoredz/itax-code/issues/65)) ([e19de59](https://github.com/matteoredz/itax-code/commit/e19de59fd7c99100a9324ec55ef519398b97ad11))
14+
15+
16+
### Bug Fixes
17+
18+
* setup qlty for code coverage reports ([#66](https://github.com/matteoredz/itax-code/issues/66)) ([0e27583](https://github.com/matteoredz/itax-code/commit/0e2758345def1b9c3c599666f786b2d98c5cfbe6))
19+
320
## [2.0.5](https://github.com/matteoredz/itax-code/compare/v2.0.4...v2.0.5) (2024-10-22)
421

522

lib/itax_code/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ItaxCode
4-
VERSION = "2.0.5"
4+
VERSION = "2.0.6"
55
end

0 commit comments

Comments
 (0)