Skip to content

Commit

Permalink
Bump version to 0.10.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Jun 29, 2017
1 parent c1b3122 commit c29930e
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.10.1 / 2017-06-30

## Fixed

- Preserve step notification listeners when calling a transaction after passing extra step arguments (jcmfernandes in [#65](https://github.com/dry-rb/dry-transaction/pull/65))

[Compare v0.10.0...v0.10.1](https://github.com/dry-rb/dry-transaction/compare/v0.10.0...v0.10.1)

# 0.10.0 / 2017-06-15

This release makes major changes to the dry-transaction API: transactions are now defined within your own class, support instance methods for defining or wrapping steps, and operation containers are now optional.
Expand Down
2 changes: 1 addition & 1 deletion lib/dry/transaction/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Dry
# Business transaction DSL.
module Transaction
VERSION = "0.10.0".freeze
VERSION = "0.10.1".freeze
end
end

0 comments on commit c29930e

Please sign in to comment.