Skip to content

Commit

Permalink
Add 0.5.1 to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Dec 11, 2023
1 parent d41ab75 commit 95c5ebf
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## [Unreleased]

## [0.5.1] - 2023-12-11

### Fixed

* do not collect environment tags when CI is not enabled ([#87][])

### Changed

* Move private classes and modules deeper in module hierarchy ([#85][])
* update appraisal dependencies ([#84][])

## [0.5.0] - 2023-12-06

### Test suite level visibility
Expand Down Expand Up @@ -101,7 +112,8 @@ Currently test suite level visibility is not used by our instrumentation: it wil

* Ruby versions < 2.7 no longer supported ([#8][])

[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v0.5.0...main
[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v0.5.1...main
[0.5.1]: https://github.com/DataDog/datadog-ci-rb/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/DataDog/datadog-ci-rb/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/DataDog/datadog-ci-rb/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/DataDog/datadog-ci-rb/compare/v0.3.0...v0.4.0
Expand Down Expand Up @@ -138,4 +150,7 @@ Currently test suite level visibility is not used by our instrumentation: it wil
[#79]: https://github.com/DataDog/datadog-ci-rb/issues/79
[#80]: https://github.com/DataDog/datadog-ci-rb/issues/80
[#81]: https://github.com/DataDog/datadog-ci-rb/issues/81
[#82]: https://github.com/DataDog/datadog-ci-rb/issues/82
[#82]: https://github.com/DataDog/datadog-ci-rb/issues/82
[#84]: https://github.com/DataDog/datadog-ci-rb/issues/84
[#85]: https://github.com/DataDog/datadog-ci-rb/issues/85
[#87]: https://github.com/DataDog/datadog-ci-rb/issues/87

0 comments on commit 95c5ebf

Please sign in to comment.