File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11PATH
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
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 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module RQRCode
4- VERSION = "3.1.0 "
4+ VERSION = "3.1.1 "
55end
You can’t perform that action at this time.
0 commit comments