Skip to content

Commit b6a0d1a

Browse files
committed
release: Bump version to 3.1.1 and update changelog for release
1 parent f9fa337 commit b6a0d1a

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.1.1] - 2025-11-25
11+
12+
- Update required_ruby_version to support >= rather than ~> ready for Ruby 4
13+
1014
## [3.1.0] - 2025-04-28
1115

1216
- Added support for `offset_x` and `offset_y` options in the `as_svg` method for independent x and y padding around QR codes [#153]
@@ -79,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7983
- bump dependencies
8084
- fix `required_ruby_version` for Ruby 3 support
8185

82-
[unreleased]: https://github.com/whomwah/rqrcode/compare/v3.1.0...HEAD
86+
[unreleased]: https://github.com/whomwah/rqrcode/compare/v3.1.1...HEAD
87+
[3.1.1]: https://github.com/whomwah/rqrcode/compare/v3.1.0...v3.1.1
8388
[3.1.0]: https://github.com/whomwah/rqrcode/compare/v3.0.0...v3.1.0
8489
[3.0.0]: https://github.com/whomwah/rqrcode/compare/v2.2.0...v3.0.0
8590
[2.2.0]: https://github.com/whomwah/rqrcode/compare/v2.1.2...v2.2.0

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-
rqrcode (3.1.0)
4+
rqrcode (3.1.1)
55
chunky_png (~> 1.0)
66
rqrcode_core (~> 2.0)
77

@@ -22,7 +22,7 @@ GEM
2222
rainbow (3.1.1)
2323
rake (13.2.1)
2424
regexp_parser (2.9.2)
25-
rqrcode_core (2.0.0)
25+
rqrcode_core (2.0.1)
2626
rspec (3.13.0)
2727
rspec-core (~> 3.13.0)
2828
rspec-expectations (~> 3.13.0)

lib/rqrcode/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 RQRCode
4-
VERSION = "3.1.0"
4+
VERSION = "3.1.1"
55
end

0 commit comments

Comments
 (0)