From 0d754ff4690dee6926deb0c8f326aecba968c971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ho=CC=88ltje?= Date: Thu, 20 Apr 2017 14:06:34 -0400 Subject: [PATCH] changelog: prepare for release --- CHANGELOG.md | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc21b34..9b0e341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/