Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Dec 22, 2023
1 parent 9d17b64 commit f6db124
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<!-- GitHub usernames of contributors to this release -->
- @lilyminium

### Reviewers

### Added

### Fixed
<!-- Bug fixes -->
- Fixed OpenFF molecule conversion with toolkit wrappers (Issue #69, PR #71)

### Changed
<!-- Changes in existing functionality -->

### Removed

## v0.3.2
## v0.3.2 - 2023-10-26

### Authors
<!-- GitHub usernames of contributors to this release -->
Expand All @@ -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
<!-- GitHub usernames of contributors to this release -->
Expand All @@ -55,7 +46,7 @@ The rules for this file:
<!-- Changes in existing functionality -->
- Guarded openff.toolkit imports (PR #61, Issue #56)

## v0.3.0
## v0.3.0 - 2023-08-29

### Authors
<!-- GitHub usernames of contributors to this release -->
Expand Down Expand Up @@ -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
<!-- GitHub usernames of contributors to this release -->
Expand All @@ -107,7 +98,7 @@ The rules for this file:
<!-- Changes in existing functionality -->
- Update examples for central examples page (PR #40)

## v0.2.2
## v0.2.2 - 2023-03-29

### Authors
<!-- GitHub usernames of contributors to this release -->
Expand All @@ -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
<!-- GitHub usernames of contributors to this release -->
Expand All @@ -150,7 +141,7 @@ The rules for this file:
<!-- Bug fixes -->
- Versioneer `__version__` string (PR #25)

## v0.2.0
## v0.2.0 - 2023-02-05

### Authors
<!-- GitHub usernames of contributors to this release -->
Expand Down

0 comments on commit f6db124

Please sign in to comment.