Skip to content

Commit

Permalink
changelog + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
4kimov committed Jul 25, 2024
1 parent ae008e6 commit 815db97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

**v0.2.1:**
- Improvement: speeding up Sqids.new: [[PR #7](https://github.com/sqids/sqids-ruby/pull/7)] (thanks to [@lawrencegripper](https://github.com/lawrencegripper))

**v0.2.0:** **⚠️ BREAKING CHANGE**
- **Breaking change**: IDs change. Algorithm has been fine-tuned for better performance [[Issue #11](https://github.com/sqids/sqids-spec/issues/11)]
- `alphabet` cannot contain multibyte characters
Expand Down
2 changes: 1 addition & 1 deletion sqids.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require 'sqids'

Gem::Specification.new do |gem|
gem.name = 'sqids'
gem.version = '0.2.0'
gem.version = '0.2.1'
gem.authors = ['Sqids Maintainers']
gem.summary = 'Generate YouTube-like ids from numbers.'
gem.homepage = 'https://sqids.org/ruby'
Expand Down

0 comments on commit 815db97

Please sign in to comment.