Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Tarulli committed Mar 9, 2022
1 parent 200653f commit 455a112
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v1.1.0 - 2022-03-08
- Add `length:` parameter to `Crockford32.decode` to support padding to a given length after decoding into a string.

## v1.0.2 - 2022-02-22
- Add type definitions

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
crockford32 (1.0.2)
crockford32 (1.1.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/crockford32/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Crockford32
# The library version.
VERSION = "1.0.2"
VERSION = "1.1.0"
end

0 comments on commit 455a112

Please sign in to comment.