diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dcdc01d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Change Log + + +## [Unreleased][unreleased] +### Changed +- TBD + +### Fixed +- TBD + +### Added +- TBD + +### Removed +- TBD + + +## [1.0.0] - 2014-01-25 +### Changed +- First stable release + + +[unreleased]: https://github.com/mayfield/shellish/compare/v0.2.0...HEAD +[1.0.0]: https://github.com/mayfield/shellish/compare/3842251dad35c364ce3a63da04e0a5c593d1a156...v0.2.0 diff --git a/README.md b/README.md index 582e2ee..50aef96 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ The main benefit to using this package is streamlined command hierarchy when you want to have rich set of subcommands along with a pretty powerful tab completion layer that parses argparse arguments automagically. +**[CHANGELOG](CHANGELOG.md)** + + Requirements --------