dry-testing 1.10.0 → 1.12.0

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: d9a9c0375af5d8fd9681fce3a94e3e39b82808403e8d4dbb2b29767cd1117ad2
4
- data.tar.gz: f5231cbe9a4dd7fb608a518cc239598e19f37286a6883a5b52cbf4bff29b26a5
3
+ metadata.gz: a41326131d75529b96321abbb343bf35dca5a993b95494d69e4c6a5d3cbc07df
4
+ data.tar.gz: ccfadd2a7088ff40e537cc215c5550134f0f3359ec8e1b3bd7ee2d493f39a66f
5
5
  SHA512:
6
- metadata.gz: 76d8f4d9d90055568450577a56612ee7a4a2885bf7b8360528a1a7b85151786e0126a3cfde74dfa54ddb317575443bd196053b92fc719b7523a5fe4b995271b6
7
- data.tar.gz: 2e9c0e239b6d945916bdde3261b24f736a10fe7c3e528b441426671527e09e1b9924ab6cf89917804ac2bb0231bf16468117f1b2259ab908bb6d9177f98d05e8
6
+ metadata.gz: e9bcc51f9ea8e0daa23c640bfd68ba1e5f23ab810f4e6a93349421e70563a587ebca48f3ca7b987b3b568f0769759568bd40d6f02330a5e751f79991817b0ad5
7
+ data.tar.gz: f8b668e293da3ef98b699a4373406fe7827f636b0a198b31af1ca7909128919cf0251b7c50fb13c010dcf0911963e72365d875c7ea4e7ad47218821409333860
data/CHANGELOG.md CHANGED
@@ -19,7 +19,17 @@ and this project adheres to [Break Versioning](https://www.taoensso.com/break-ve
19
19
 
20
20
  ### Security
21
21
 
22
- [Unreleased]: https://github.com/dry-rb/dry-operation/compare/v1.10.0...main
22
+ [Unreleased]: https://github.com/dry-rb/dry-operation/compare/v1.12.0...main
23
+
24
+ ## [1.12.0] - 2026-04-18
25
+ [1.12.0]: https://github.com/dry-rb/testing/compare/v1.11.0...v1.12.0
26
+
27
+ ## [1.11.0] - 2026-01-02
28
+ [1.11.0]: https://github.com/dry-rb/testing/compare/v1.10.0...v1.11.0
29
+
30
+ ### Changed
31
+
32
+ - Testing
23
33
 
24
34
  ## [1.10.0] - 2026-01-02
25
35
  [1.10.0]: https://github.com/dry-rb/testing/compare/v1.9.0...v1.10.0
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Dry
4
4
  module Testing
5
- VERSION = "1.10.0"
5
+ VERSION = "1.12.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dry-testing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hanakai team