Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgruenhage committed Oct 5, 2019
1 parent a9b118c commit 9cc720a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.0] - 2019-10-05
### Added
- Code comments documenting what happens where
- Check whether the current path is in a git work tree

### Fixed
- Variable name for return value was cargo culted from a git hook, it now makes more sense

## [1.0.0] - 2019-10-02
### Added
- Initial Release

0 comments on commit 9cc720a

Please sign in to comment.