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 #14 from niels-nijens/prepare-0.1-release
Browse files Browse the repository at this point in the history
Preparations for 0.1.0 release
  • Loading branch information
niels-nijens committed Nov 25, 2015
2 parents 59cb181 + f06bbdb commit 10ae2ca
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# CHANGELOG
All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning 2](http://semver.org/).

## [Unreleased]


## 0.1.0 - 2015-11-25

Initial Chrono VCS wrapper release with checkout support for Git and Subversion.

### Added

* Repository wrapper that is able to detect which VCS adapter to use.
* Shell process abstraction with ProcessExecutor intermediate.
* Git(Hub) Repository adapter.
* Subversion Repository adapter.

[Unreleased]: https://github.com/accompli/chrono/compare/0.1.0...HEAD
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
$ composer require accompli/chrono:^0.1
```

## Usage
Expand Down

0 comments on commit 10ae2ca

Please sign in to comment.