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 #17 from niels-nijens/prepare-0.2-release
Browse files Browse the repository at this point in the history
Preparations for 0.2.0 release
  • Loading branch information
niels-nijens committed Mar 21, 2016
2 parents c83e8a5 + 1fc5d28 commit 7bfd10b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ This project adheres to [Semantic Versioning 2](http://semver.org/).

## [Unreleased]

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

## 0.1.0 - 2015-11-25
* 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.

### Added
Expand All @@ -17,4 +20,5 @@ 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.1.0...HEAD
[Unreleased]: https://github.com/accompli/chrono/compare/0.2.0...HEAD
[0.2.0]: https://github.com/accompli/chrono/compare/0.1.0...0.2.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Version Control System wrapper for PHP.
Run the following command to add the package to your composer.json:

``` bash
$ composer require accompli/chrono:^0.1
$ composer require accompli/chrono:^0.2
```

## Usage
Expand Down

0 comments on commit 7bfd10b

Please sign in to comment.