From 2ebf3be399dc506270860026c720739ffbdc9e65 Mon Sep 17 00:00:00 2001 From: Ian Kenney Date: Tue, 17 Oct 2023 14:01:18 -0700 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab70a99..ca4987c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,24 +19,25 @@ The rules for this file: ## [Unreleased] ### Authors - ### Added - ### Fixed - ### Changed - - -### Deprecated - ### Removed - -## v1.0.0 +## [1.0.0] - 2023-10-17 + +### Authors +- ianmkenney + +### Fixed +- package deployment workflow enforces correct options regarding tests +- formatting fixes in AUTHORS.md (PR #12) + +## [0.1.0] - 2023-10-13 The waterdynamics MDAKit was created by Ian Kenney in 2023 and is based upon the MDAnalysis.analysis.waterdynamics analysis module originally written by @@ -48,5 +49,9 @@ are listed in the AUTHORS.md file. ### Added - the core functionality of waterdynamics (and its tests) was implemented - using the source code from MDAnalysis.analysis.waterdynamics (PR #3) + using the source code from MDAnalysis.analysis.waterdynamics (#3) - documentation deployed to github pages and read the docs (PR #5 #6) + +[Unreleased]: https://github.com/MDAnalysis/waterdynamics/compare/1.0.0...HEAD +[1.0.0]: https://github.com/MDAnaylsis/waterdynamics/compare/0.1.0...1.0.0 +[0.1.0]: https://github.com/MDAnalysis/waterdynamics/releases/tag/0.1.0 \ No newline at end of file