We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e413d8 commit 4a4cc8aCopy full SHA for 4a4cc8a
CHANGELOG.md
@@ -19,7 +19,13 @@ and this project adheres to [Break Versioning](https://www.taoensso.com/break-ve
19
20
### Security
21
22
-[Unreleased]: https://github.com/dry-rb/dry-operation/compare/v1.8.0...main
+[Unreleased]: https://github.com/dry-rb/dry-operation/compare/v1.9.0...main
23
+
24
+## [1.9.0] - 2026-01-02
25
26
+### Changed
27
28
+- Testing
29
30
## [1.8.0] - 2025-12-29
31
lib/dry/testing/version.rb
@@ -2,6 +2,6 @@
2
3
module Dry
4
module Testing
5
- VERSION = "1.8.0"
+ VERSION = "1.9.0"
6
end
7
0 commit comments