From f6db124333097ddc0ca74599fd61b656c46d865c Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Fri, 22 Dec 2023 11:59:18 +1100 Subject: [PATCH] update changelog --- CHANGELOG.md | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b48d87..80e62ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,31 +9,22 @@ The rules for this file: * entries are sorted newest-first. * summarize sets of changes - don't reproduce every git log comment here. * don't ever delete anything. - * keep the format consistent (79 char width, M/D/Y date format) and do not + * keep the format consistent (79 char width, Y/M/D date format) and do not use tabs but use spaces for formatting * accompany each entry with github issue/PR number (Issue #xyz) --> -## [Unreleased] +## v0.3.3 - 2023-12-22 ### Authors - @lilyminium -### Reviewers - -### Added - ### Fixed - Fixed OpenFF molecule conversion with toolkit wrappers (Issue #69, PR #71) -### Changed - - -### Removed - -## v0.3.2 +## v0.3.2 - 2023-10-26 ### Authors @@ -45,7 +36,7 @@ The rules for this file: creation as OpenFF Toolkit v0.14.4 no longer needs it, and removed warnings filter from method (PR #65, Issue #64) -## v0.3.1 +## v0.3.1 - 2023-09-08 ### Authors @@ -55,7 +46,7 @@ The rules for this file: - Guarded openff.toolkit imports (PR #61, Issue #56) -## v0.3.0 +## v0.3.0 - 2023-08-29 ### Authors @@ -86,7 +77,7 @@ The rules for this file: - Old `_app` and `_cli` utilities that were not well tested are not supported in refactor (PR #49) -## v0.2.3 +## v0.2.3 - 2023-07-05 ### Authors @@ -107,7 +98,7 @@ The rules for this file: - Update examples for central examples page (PR #40) -## v0.2.2 +## v0.2.2 - 2023-03-29 ### Authors @@ -133,7 +124,7 @@ The rules for this file: - Expose base classes and hide metaclasses (PR #32) - Update examples for central examples page (PR #40) -## v0.2.1 +## v0.2.1 - 2023-03-02 ### Authors @@ -150,7 +141,7 @@ The rules for this file: - Versioneer `__version__` string (PR #25) -## v0.2.0 +## v0.2.0 - 2023-02-05 ### Authors