Skip to content

Commit 1bb646f

Browse files
authored
Merge pull request #54 from pabloh/release_1_0
Prepare release
2 parents c1c519a + 64cc493 commit 1bb646f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## [0.12.3] - 2024-08-13
27
### Changed
38
- Renamed config option `:auto_wire_options` to `:auto_wire` at `:dry_validation` plugin

lib/pathway/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Pathway
4-
VERSION = '1.0.0b1'
4+
VERSION = '1.0.0'
55
end

0 commit comments

Comments
 (0)