From 53f6f42ce08be1516698a45c2c6cc2dd76add769 Mon Sep 17 00:00:00 2001 From: Tino Stadelmaier Date: Fri, 27 Oct 2017 14:41:53 +0200 Subject: [PATCH] add initial version of changelog.md --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b3d3111 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,36 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +Here, the categories "Changed" for added and changed functionality, "Fixed" for fixed functionality, and "Removed" for removed functionality are used. + +We refer to [GitHub issues](https://github.com/adr/adr-log/issues) by using `#NUM`. + +## [v1.1.0] - 2017-10-27 + +### Changed +- Added CHANGELOG.md. [#2](https://github.com/adr/adr-log/issues/2) +- Update README.md to reflect changed usage.[#3](https://github.com/adr/adr-log/issues/3) + +### Fixed +- Fix titles to printed in the correct format as described in [#5](https://github.com/adr/adr-log/issues/5). +- Fix output of help to use "LOG" instead of "TOC". [#6](https://github.com/adr/adr-log/issues/6) +- Fix help to output "adr-log" instead of "adr-toc". [#4](https://github.com/adr/adr-log/issues/4) + +### Removed +- Removed bower.json. [#8](https://github.com/adr/adr-log/issues/8) + +## [v1.0.1] - 2017-10-22 + +### Fixed +- Fix parsing of cli arguments. [#1](https://github.com/adr/adr-log/issues/1) + +## [v1.0.0] - 2017-10-20 + +### Changed +Initial version of adr-log. + +[v1.1.0]: https://github.com/adr/adr-log/compare/adr:v1.0.1...v1.1.0 +[v1.0.1]: https://github.com/adr/adr-log/compare/adr:v1.0.0...v1.0.1 +[v1.0.0]: https://github.com/adr/adr-log/compare/adr:360c142de47234334162691eb76a2509ea014199...v1.0.0