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

Commit

Permalink
Merge pull request #28 from niels-nijens/prepare-0.3.0-release
Browse files Browse the repository at this point in the history
Prepare 0.3.0 release
  • Loading branch information
niels-nijens committed May 15, 2016
2 parents 2eedfcc + 9bcf2c9 commit 116a704
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,26 @@ This project adheres to [Semantic Versioning 2](http://semver.org/).

## [Unreleased]


## [0.3.0] - 2016-05-15
### Added
* Retrieval of last `ProcessExecutionResult` from the `ProcessExecutor`. (#23)
* Enforced non-interactive mode when executing Git commands. (#24)

### Removed
* Support for PHP 5.4. (#26)


## [0.2.1] - 2016-03-25
### Fixed
* Fixed updating the current branch of a git clone with the checkout command.


## [0.2.0] - 2016-03-21
### Added

* Composer dependency compatibility with version 3 of the Symfony Process component.


## 0.1.0 - 2015-11-25
Initial Chrono VCS wrapper release with checkout support for Git and Subversion.

Expand All @@ -24,6 +35,8 @@ Initial Chrono VCS wrapper release with checkout support for Git and Subversion.
* Git(Hub) Repository adapter.
* Subversion Repository adapter.

[Unreleased]: https://github.com/accompli/chrono/compare/0.2.1...HEAD

[Unreleased]: https://github.com/accompli/chrono/compare/0.3.0...HEAD
[0.3.0]: https://github.com/accompli/chrono/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/accompli/chrono/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/accompli/chrono/compare/0.1.0...0.2.0

0 comments on commit 116a704

Please sign in to comment.