Change Log
0.1.15 (2025-04-17)
Other Changes
- Configure release-please to includes all changes in the CHANGELOG (8db0fac)
- Do not enforce conventional commits for release PR (64f2749)
0.1.14 (2025-04-16)
Bug Fixes
- Do not trigger CI workflow for release PRs (635d8af)
0.1.13 (2025-04-16)
Bug Fixes
- Do not trigger build workflows when merging to main (1799b54)
0.1.12 (2025-04-15)
Bug Fixes
- Change the release PR title to be more user friendly (0fb9ce2)
- Remove pull request title pattern from release configuration (2460dde)
0.1.11 (2025-04-15)
Features
- Initial implementation of TrackOpenInstances (f0fb459)
Bug Fixes
- Add qlty configuration in order to run qlty checks locally (56811ca)
- Auto push new version of gem to rubygems.org (4740681)
- Fix continuous integration workflow issues reported by qlty.sh (e83546a)
- Remove integration to CodeClimate and qlty (47b0c09)
- Update TrackOpenInstances docs and report (7575c1f)
v0.1.0 (2025-04-08)
Changes:
- f2d5318 chore: remove radarline-ruby from qlty checks
- 177eba8 chore: fix formatting errors reported by
qlty fmt - 943359f build: remove rubocop plugin from qlty
- 476f271 chore: integrate yamllint
- 56811ca fix: add qlty configuration in order to run qlty checks locally
- e83546a fix: fix continuous integration workflow issues reported by qlty.sh
- 6f67aed test: add predicate methods to determine the Ruby engine and platform
- 34e3829 build: generate JSON coverage report for qlty.sh coverage reporting
- 9db2052 docs: update README links
- 937a971 build: update code coverage reporting
- f0fb459 feat: initial implementation of TrackOpenInstances