Skip to content

Commit

Permalink
Merge pull request #136 from whomwah/dr-2.2.0
Browse files Browse the repository at this point in the history
v2.2.0 release
  • Loading branch information
whomwah committed May 17, 2023
2 parents 36986d5 + 6223c58 commit 481dac3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,18 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.0] - 2023-06-17

### Changed

* Allow all ChunkyPNG::Color options to be passed into `fill` and `color` on `as_png` [#135]
* Add 3.2 to CI [@petergoldstein](https://github.com/petergoldstein) [#133]
* Development dependency upgrades. Minimum Ruby change [#130]
* README updates

## [2.1.2] - 2022-07-26

### Changed

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

## [2.1.1] - 2022-02-11

### Added

- 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]

## [2.1.0] - 2021-08-26

### Changed

- Sync Gemfile.lock with `rqrcode_core.1.2.0` [Adds Multimode Support](https://github.com/whomwah/rqrcode_core#multiple-encoding-support)

### Added

- Add badge for Standard linting

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

[unreleased]: https://github.com/whomwah/rqrcode/compare/v2.1.2...HEAD
[unreleased]: https://github.com/whomwah/rqrcode/compare/v2.2.0...HEAD
[2.2.0]: https://github.com/whomwah/rqrcode/compare/v2.1.2...v2.2.0
[2.1.2]: https://github.com/whomwah/rqrcode/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/whomwah/rqrcode/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/whomwah/rqrcode/compare/v2.0.0...v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rqrcode (2.1.2)
rqrcode (2.2.0)
chunky_png (~> 1.0)
rqrcode_core (~> 1.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/rqrcode/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RQRCode
VERSION = "2.1.2"
VERSION = "2.2.0"
end

0 comments on commit 481dac3

Please sign in to comment.