Skip to content

Commit

Permalink
Merge pull request #14 from adr/addChangelog
Browse files Browse the repository at this point in the history
add initial version of changelog.md
  • Loading branch information
lharzenetter authored Oct 27, 2017
2 parents bfa4e59 + 53f6f42 commit e6da49e
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e6da49e

Please sign in to comment.