Skip to content

Commit

Permalink
Bump version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Jun 13, 2018
1 parent 77323ce commit 08617f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# 0.13.0 / 2018-06-13

## Changed

- Internal step operations (steps backed by instance methods) can now be replaced via constructor arguments. Using instance methods to wrap external step operations now only works if the step is defined using the `with:` option (timriley in [#109][pr109])

[Compare v0.12.1...v0.13.0](https://github.com/dry-rb/dry-transaction/compare/v0.12.0...v0.12.1)

[pr109]: https://github.com/dry-rb/dry-transaction/pull/109

# 0.12.1 / 2018-06-05

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/dry/transaction/version.rb
@@ -1,6 +1,6 @@
module Dry
# Business transaction DSL.
module Transaction
VERSION = "0.12.1".freeze
VERSION = "0.13.0".freeze
end
end

1 comment on commit 08617f7

@Hugo-Hache
Copy link

@Hugo-Hache Hugo-Hache commented on 08617f7 Jun 13, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a typo in the link "Compare v0.12.1...v0.13.0", it's comparing 0.12.0 and 0.12.1. Not sure it's worth a PR, can you fix it directly on master @timriley ?

Please sign in to comment.