Skip to content

Commit

Permalink
Merge pull request #90 from apotonick/release-0.6.3
Browse files Browse the repository at this point in the history
Release v0.6.3
  • Loading branch information
richardboehme authored May 24, 2022
2 parents c422c95 + 424311e commit 9c577c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.6.3

* Loosen `representable` dependency to `< 4`.

# 0.6.2

* Remove `Forwardable` from `Unnest` and refrain from including it into the `Twin` class.
Expand Down
2 changes: 1 addition & 1 deletion lib/disposable/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Disposable
VERSION = "0.6.2"
VERSION = "0.6.3"
end

0 comments on commit 9c577c6

Please sign in to comment.