From 8e955d4462ef1b9abbf3bd4aa924bfb91beafe94 Mon Sep 17 00:00:00 2001 From: Steven Esser Date: Wed, 20 Nov 2019 15:11:08 -0500 Subject: [PATCH 1/2] Add CHANGELOG #47 Signed-off-by: Steven Esser --- CHANGELOG | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..3109804 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,29 @@ +# 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/) + +## [Unreleased] + +## [1.2] - 2019-11-14 +### Added +- Add ability to render WITH expression wrapped in parenthesis + +### Fixes +- Fix anomalous backslashes in strings + +### Changed +- Update the thirdparty directory structure. + +## [1.0] - 2019-10-16 +### Added +- new version of boolean.py library +- Add ability to leave license expressions unsorted when simplifying + +### Changed +- updated travis CI settings + +## [0.999] - 2019-04-29 +- Initial release +- license-expression is small utility library to parse, compare + and simplify and normalize license expressions. From be23b92d51bfbf124c484f16fab5d4ad87201817 Mon Sep 17 00:00:00 2001 From: Steven Esser Date: Thu, 21 Nov 2019 11:52:16 -0500 Subject: [PATCH 2/2] Convert CHANGELOG to rst format #47 Signed-off-by: Steven Esser --- CHANGELOG | 29 ----------------------------- CHANGELOG.rst | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 29 deletions(-) delete mode 100644 CHANGELOG create mode 100644 CHANGELOG.rst diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index 3109804..0000000 --- a/CHANGELOG +++ /dev/null @@ -1,29 +0,0 @@ -# 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/) - -## [Unreleased] - -## [1.2] - 2019-11-14 -### Added -- Add ability to render WITH expression wrapped in parenthesis - -### Fixes -- Fix anomalous backslashes in strings - -### Changed -- Update the thirdparty directory structure. - -## [1.0] - 2019-10-16 -### Added -- new version of boolean.py library -- Add ability to leave license expressions unsorted when simplifying - -### Changed -- updated travis CI settings - -## [0.999] - 2019-04-29 -- Initial release -- license-expression is small utility library to parse, compare - and simplify and normalize license expressions. diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..e1fef5d --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,41 @@ +Changelog +========= +All notable changes to this project will be documented in this file. + +The format is based on `Keep a +Changelog `__ + +[Unreleased] +------------ + +[1.2] - 2019-11-14 +------------------ +Added +~~~~~ +- Add ability to render WITH expression wrapped in parenthesis + +Fixes +~~~~~ +- Fix anomalous backslashes in strings + +Changed +~~~~~~~ +- Update the thirdparty directory structure. + +[1.0] - 2019-10-16 +------------------ +Added +~~~~~ +- New version of boolean.py library +- Add ability to leave license expressions unsorted when simplifying + +Changed +~~~~~~~ +- updated travis CI settings + +[0.999] - 2019-04-29 +-------------------- +- Initial release +- license-expression is small utility library to parse, compare and + simplify and normalize license expressions. +