Skip to content

Commit 6223c58

Browse files
committed
v2.2.0 release
1 parent 36986d5 commit 6223c58

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.2.0] - 2023-06-17
11+
12+
### Changed
13+
14+
* Allow all ChunkyPNG::Color options to be passed into `fill` and `color` on `as_png` [#135]
15+
* Add 3.2 to CI [@petergoldstein](https://github.com/petergoldstein) [#133]
16+
* Development dependency upgrades. Minimum Ruby change [#130]
17+
* README updates
18+
1019
## [2.1.2] - 2022-07-26
1120

21+
### Changed
22+
1223
* Remove setup script as it just calls bundle install [#128]
1324
* Change inline styles to the fill property to allow for strict CSP style-src directive [#127]
1425

1526
## [2.1.1] - 2022-02-11
1627

28+
### Added
29+
1730
- Added in a handler for when color arguments are passed in as symbols e.g `color: :yellow`. This also allows for the use of the `:currentColor` keyword. [#122]
1831

1932
## [2.1.0] - 2021-08-26
2033

34+
### Changed
35+
2136
- Sync Gemfile.lock with `rqrcode_core.1.2.0` [Adds Multimode Support](https://github.com/whomwah/rqrcode_core#multiple-encoding-support)
37+
38+
### Added
39+
2240
- Add badge for Standard linting
2341

2442
### Changed
@@ -52,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5270
- bump dependencies
5371
- fix `required_ruby_version` for Ruby 3 support
5472

55-
[unreleased]: https://github.com/whomwah/rqrcode/compare/v2.1.2...HEAD
73+
[unreleased]: https://github.com/whomwah/rqrcode/compare/v2.2.0...HEAD
74+
[2.2.0]: https://github.com/whomwah/rqrcode/compare/v2.1.2...v2.2.0
5675
[2.1.2]: https://github.com/whomwah/rqrcode/compare/v2.1.1...v2.1.2
5776
[2.1.1]: https://github.com/whomwah/rqrcode/compare/v2.1.0...v2.1.1
5877
[2.1.0]: https://github.com/whomwah/rqrcode/compare/v2.0.0...v2.1.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rqrcode (2.1.2)
4+
rqrcode (2.2.0)
55
chunky_png (~> 1.0)
66
rqrcode_core (~> 1.0)
77

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 = "2.1.2"
4+
VERSION = "2.2.0"
55
end

0 commit comments

Comments
 (0)