Skip to content

Commit eeeb84a

Browse files
committed
Updates CHANGELOG file to include new changes.
1 parent f37f18d commit eeeb84a

1 file changed

Lines changed: 32 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,42 @@
11
# Change Log
22
All notable changes to the `flysystem-github` project will be documented in this
3-
file. This project adheres to [Semantic Versioning](http://semver.org/).
3+
file. This project adheres to the [keep-a-changelog](http://keepachangelog.com/)
4+
and [Semantic Versioning](http://semver.org/) conventions.
45

5-
## 0.1.0 - 2015-07-18 - Read functionality
6+
<!--
7+
## [Unreleased][unreleased]
68
### Added
7-
Read functionality and Github API authentication have been implemented.
9+
### Changed
10+
### Deprecated
11+
### Removed
12+
### Fixed
13+
### Security
14+
-->
15+
16+
## v0.2.0 - 2015-07-21 - Improvements and UnitTests
17+
18+
### Added
19+
- Adds automated checks (a.k.a. unit-tests) for the Adapter, Client and Settings classes.
20+
- Adds various utility files for Travis builds, Coveralls and Composer
21+
22+
### Changed
23+
- Makes the PHPUnit configuration more strict
24+
- Renames the Client class to "Api"
25+
26+
## v0.1.0 - 2015-07-18 - Read functionality
27+
28+
### Added
29+
- Read functionality and Github API authentication have been implemented.
30+
31+
## v0.0.0 - 2015-05-11 - Project Setup
832

9-
## 0.0.0 - 2015-05-11 - Project Setup
1033
### Added
11-
Set up project basics like .gitignore file, PHPUnit Configuration file,
34+
- Set up project basics like .gitignore file, PHPUnit Configuration file,
1235
Contributing guidelines, Composer file stating dependencies, MIT License, README
1336
file and this CHANGELOG file.
1437

15-
[unreleased]: https://github.com/potherca/flystystem-github/compare/v0.1.0...HEAD
38+
[unreleased]: https://github.com/potherca/flystystem-github/compare/v0.2.0...HEAD
39+
[0.2.0]: https://github.com/potherca/flystystem-github/compare/v0.1.0...v0.2.0
1640
[0.1.0]: https://github.com/potherca/flystystem-github/compare/v0.0.0...v0.1.0
41+
[keep-a-changelog]: http://keepachangelog.com/
42+
[Semantic Versioning]: http://semver.org/

0 commit comments

Comments
 (0)