This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
59cb181
commit e5b1d4e
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |