Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Commit

Permalink
Prepare for 0.26.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kipz committed Apr 21, 2017
1 parent f7bc4b9 commit 4c8961d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

[Unreleased]: https://github.com/atomist/rug/compare/0.25.3...HEAD
[Unreleased]: https://github.com/atomist/rug/compare/0.26.0...HEAD

## [0.26.0] - 2017-04-21

[0.26.0]: https://github.com/atomist/rug/compare/0.25.3...0.26.0

Election Release

### Added

Expand All @@ -23,7 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Response.Status of instructions whose failure is handled by a ResponseHandler
now have a status of `Handled` instead of `Failed`
- **BREAKING** Event and Command Handlers must return EventPlan and Command Plan
- **BREAKING** Event and Command Handlers must return EventPlan and CommandPlan
respectively to remove confusion as to the different capabilities
- Project test steps can now return `void`, as for handlers.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.atomist</groupId>
<artifactId>rug</artifactId>
<version>0.26.0-SNAPSHOT</version>
<version>0.26.0</version>
<packaging>jar</packaging>
<name>rug</name>
<description>Rug Runtime</description>
Expand Down

0 comments on commit 4c8961d

Please sign in to comment.