Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed Apr 5, 2022
1 parent 7806472 commit f950429
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v1.2.0

### Fixes

- Allows namespaced class to be obfuscated. [#10](https://github.com/wbotelhos/idy/pull/10) by [vitobotta](https://github.com/vitobotta)

### Updates

- Adds all previous version on the [Releases page](https://github.com/wbotelhos/idy/releases);
- Adds coverage via [Codecov](https://app.codecov.io/gh/wbotelhos/idy);
- Moves the CI to [Github Actions](https://github.com/wbotelhos/idy/actions);
- Removes spec files from the gem to keep the package smaller;

## v1.1.0

### Updates
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:
idy (1.1.0)
idy (1.2.0)
activerecord
hashids

Expand Down
2 changes: 1 addition & 1 deletion lib/idy/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Idy
VERSION = '1.1.0'
VERSION = '1.2.0'
end

0 comments on commit f950429

Please sign in to comment.