-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
1 changed file
with
22 additions
and
11 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 |
---|---|---|
@@ -1,16 +1,27 @@ | ||
# Change Log | ||
Change Log | ||
========== | ||
|
||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning]. | ||
|
||
[Unreleased] | ||
------------ | ||
|
||
[0.1.0] -- 2017-04-10 | ||
---------------------- | ||
|
||
## [Unreleased] | ||
### Added | ||
* Initial code. I'm still exploring how this should work and this is just the | ||
start. | ||
* Added README, CONTRIBUTING, and other files suggested by | ||
[flint](https://github.com/pengwynn/flint). | ||
* Lots of administrative work; like figuring out testing and CI. | ||
|
||
## Thanks to | ||
- Initial code. I'm still exploring how this should work and this is just the start. | ||
- Added README, CONTRIBUTING, and other files suggested by [flint]. | ||
- Lots of administrative work; like figuring out testing and CI. | ||
|
||
Thanks to | ||
--------- | ||
|
||
- [keepachangelog.com] | ||
|
||
* [keepachangelog.com](http://keepachangelog.com/) | ||
[Semantic Versioning]: http://semver.org/ | ||
[Unreleased]: https://github.com/docwhat/temple/compare/v0.1.0...HEAD | ||
[0.1.0]: https://github.com/docwhat/temple/commits/v0.1.0 | ||
[flint]: https://github.com/pengwynn/flint | ||
[keepachangelog.com]: http://keepachangelog.com/ |