Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
Changes:

- Examples that require asynchronicity can now return a Promise instead
  of relying on the `done` callback.
- Improved stack traces for errors when running examples (thanks
  @serena-w!)
  • Loading branch information
lencioni committed Jul 8, 2016
1 parent ae63afe commit fa677fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/diffux_ci/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Defines the gem version.
module DiffuxCI
VERSION = '0.4.4'
VERSION = '0.5.0'
end

0 comments on commit fa677fa

Please sign in to comment.