We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1c519a + 64cc493 commit 1bb646fCopy full SHA for 1bb646f
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [1.0.0] - 2025-05-19
2
+### Changed
3
+- Removed support for `Ruby` versions older than 3.0
4
+- Removed support for `dry-validation` versions older than 1.0
5
+
6
## [0.12.3] - 2024-08-13
7
### Changed
8
- Renamed config option `:auto_wire_options` to `:auto_wire` at `:dry_validation` plugin
lib/pathway/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Pathway
- VERSION = '1.0.0b1'
+ VERSION = '1.0.0'
end
0 commit comments