Skip to content

Commit

Permalink
Add change log file
Browse files Browse the repository at this point in the history
  • Loading branch information
tbreuss committed Sep 24, 2016
1 parent c1d758f commit c48e09f
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Change Log
All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.0.1] - 2016-09-24
### Added
- CHANGELOG.md
- Throw Exception if plugins path not exist
- Moved config, messages, plugins and system folders to src folder

## [1.0.0] - 2016-03-25
- Release of Version 1.0.0

---

`Added` for new features.
`Changed` for changes in existing functionality.
`Deprecated` for once-stable features removed in upcoming releases.
`Removed` for deprecated features removed in this release.
`Fixed` for any bug fixes.
`Security` to invite users to upgrade in case of vulnerabilities.

---

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

[Unreleased]: https://github.com/getherbie/herbie/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/getherbie/herbie/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/getherbie/herbie/compare/v0.5.0...v1.0.0

0 comments on commit c48e09f

Please sign in to comment.