Skip to content

Commit

Permalink
Bump version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed May 29, 2019
1 parent 65eca5a commit 4755eb6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.8.3 - 2019-05-29

## Fixed

* `Configurable#dup` and `Configurable#clone` make a copy of instance-level config so that it doesn't get mutated/shared across instances (flash-gordon)

[Compare v0.8.2...v0.8.3](https://github.com/dry-rb/dry-configurable/compare/v0.8.2...v0.8.3)

## 0.8.2 - 2019-02-25

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/dry/configurable/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Dry
module Configurable
# @api public
VERSION = '0.8.2'.freeze
VERSION = '0.8.3'.freeze
end
end

0 comments on commit 4755eb6

Please sign in to comment.