Skip to content

Commit 6265938

Browse files
authored
Prepare 1.1.0 release (#21)
* Update changelog * Bump version
1 parent 85373a5 commit 6265938

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## Version 1.1.0 (2025-10-23)
10+
911
### Changed
1012

13+
* Configure Dependabot to automatically update Github Actions (#19)
14+
* Drop support for Rails 7.1, Ruby 2.7 and Ruby 3.0 (#18)
15+
* Add Rails 8.1 to the test matrix (#17)
1116
* Drop support for Rails 7.0 (#16)
1217
* Add Ruby 3.4 to the test matrix (#15)
1318
* Add Rails 8.0 to the test matrix (#14)

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
postcode_validator (1.0.2)
4+
postcode_validator (1.1.0)
55
twitter_cldr (> 4.4.0)
66

77
GEM
@@ -133,7 +133,7 @@ CHECKSUMS
133133
minitest (5.26.0) sha256=f5817ad09f863a4f7eac917707c1ca5c09cdc4a35e17d91171760178324d2c30
134134
parallel (1.27.0) sha256=4ac151e1806b755fb4e2dc2332cbf0e54f2e24ba821ff2d3dcf86bf6dc4ae130
135135
parser (3.3.9.0) sha256=94d6929354b1a6e3e1f89d79d4d302cc8f5aa814431a6c9c7e0623335d7687f2
136-
postcode_validator (1.0.2)
136+
postcode_validator (1.1.0)
137137
prism (1.6.0) sha256=bfc0281a81718c4872346bc858dc84abd3a60cae78336c65ad35c8fbff641c6b
138138
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
139139
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a

lib/postcode_validator/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
class PostcodeValidator
4-
VERSION = '1.0.2'
4+
VERSION = '1.1.0'
55
end

0 commit comments

Comments
 (0)