datadog-ci 1.20.1 → 1.20.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 908ff8ce13486cd0fd6d37cd1f36c4ca25b0c6ea849165bb8f12ad22ad9c2830
4
- data.tar.gz: ef5210011efafeb1d7292b73556293e1c7273322a8a05639f76c2300ffd9131d
3
+ metadata.gz: 4d52c09221c7fbde835ed3db436baf1ffe998903eaff32f3ea9c6c463d4d67e6
4
+ data.tar.gz: f1445fdbb0e305050d3340e099113b12077a3b9323029fc7b5c524b936eb478b
5
5
  SHA512:
6
- metadata.gz: '04933a9a7ae2158b3580c8fd1350d10c6bc78bf85217cf675b44ad582b5d9089621ce8f1b1b03f02d3121fd7c1e83b8f6d2c0080afd5efed13de287cce9187b8'
7
- data.tar.gz: 26141b10874948956f7c8b945b5c833eacda4c9701cd6a3639c5dcc8051d71a1a7b340eac5a6f97a9d05b9cfa306ba8e661136753bd5162abd74eec48d5c809d
6
+ metadata.gz: 06f3c204a01fbb5c73560cd9eca6af94d8b01a9142fa464ca3d65f77c6a1ec375ddc0ec3045d510dae0b7afa0b59f842c5548d62265036e574f540d74c676bcf
7
+ data.tar.gz: '08eaeb1b1f58ac8f27d93f83ec011c87d5d706498cd546b27335448ef9dcba2c2ed51fbc72c73799ae114ff5545cae487c3db760961f1f1051a838b60da75383'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [1.20.2] - 2025-07-04
4
+
5
+ ### Fixed
6
+
7
+ * Fix autoinstrumenting rspec ([#366][])
8
+
3
9
  ## [1.20.1] - 2025-07-04
4
10
 
5
11
  ### Fixed
@@ -480,7 +486,8 @@ Currently test suite level visibility is not used by our instrumentation: it wil
480
486
 
481
487
  - Ruby versions < 2.7 no longer supported ([#8][])
482
488
 
483
- [Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v1.20.1...main
489
+ [Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v1.20.2...main
490
+ [1.20.2]: https://github.com/DataDog/datadog-ci-rb/compare/v1.20.1...v1.20.2
484
491
  [1.20.1]: https://github.com/DataDog/datadog-ci-rb/compare/v1.20.0...v1.20.1
485
492
  [1.20.0]: https://github.com/DataDog/datadog-ci-rb/compare/v1.19.0...v1.20.0
486
493
  [1.19.0]: https://github.com/DataDog/datadog-ci-rb/compare/v1.18.0...v1.19.0
@@ -5,7 +5,7 @@ module Datadog
5
5
  module VERSION
6
6
  MAJOR = 1
7
7
  MINOR = 20
8
- PATCH = 1
8
+ PATCH = 2
9
9
  PRE = nil
10
10
  BUILD = nil
11
11
  # PRE and BUILD above are modified for dev gems during gem build GHA workflow
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datadog-ci
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.1
4
+ version: 1.20.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Datadog, Inc.