Skip to content

Commit

Permalink
Merge pull request #24 from whomwah/dr-release-1-1-0
Browse files Browse the repository at this point in the history
version 1.1.0
  • Loading branch information
whomwah committed Jul 1, 2021
2 parents 7570f6b + 4d0bb01 commit d053111
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2021-07-01

- Add a basic benchmark file
- Add standardRB badge
- Add `.freeze` on `CONST` lookup objects
Expand All @@ -31,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- fix `required_ruby_version` for Ruby 3 support

[unreleased]: https://github.com/whomwah/rqrcode_core/compare/v1.0.0...HEAD
[unreleased]: https://github.com/whomwah/rqrcode_core/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/whomwah/rqrcode_core/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/whomwah/rqrcode_core/compare/v0.2.0...v1.0.0
[0.2.0]: https://github.com/whomwah/rqrcode_core/compare/v0.1.2...v0.2.0
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rqrcode_core (1.0.0)
rqrcode_core (1.1.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@

Features:

* `rqrcode_core` is a ruby only library. It requires no native libraries. Just Ruby!
* `rqrcode_core` is a Ruby only library. It requires no native libraries. Just Ruby!
* It is an encoding library. You can't decode QR codes with it.
* The interface is simple and assumes you just want to encode a string into a QR code.
* QR code is trademarked by Denso Wave inc.
Expand Down
2 changes: 1 addition & 1 deletion lib/rqrcode_core/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RQRCodeCore
VERSION = "1.0.0"
VERSION = "1.1.0"
end

0 comments on commit d053111

Please sign in to comment.