-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |