From bb7662791a7fa607a1316306681e7e94f7cef620 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 08:26:14 +0100 Subject: [PATCH] chore(main): release 0.2.0 (#3) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ setup.cfg | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 462a57d..e85a9ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.0](https://github.com/hits-mbm-dev/kimmdy-reactions/compare/v0.1.1...v0.2.0) (2023-12-19) + + +### Features + +* handle averaged distances in plumed output ([b4f4829](https://github.com/hits-mbm-dev/kimmdy-reactions/commit/b4f4829abe3f37713080c096b9c045a0da3fe3e2)) + + +### Bug Fixes + +* add ff dir ([4faa821](https://github.com/hits-mbm-dev/kimmdy-reactions/commit/4faa8217e2d7dd88ca9ab07410d457fd622dcaa4)) +* homolysis test ([8328d7f](https://github.com/hits-mbm-dev/kimmdy-reactions/commit/8328d7f3dcdf77a0e788dc55abdc665ebc6d6f50)) + ## [0.1.1](https://github.com/hits-mbm-dev/kimmdy-reactions/compare/v0.1.0...v0.1.1) (2023-11-07) diff --git a/setup.cfg b/setup.cfg index fb5c7c0..3333070 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = kimmdy-reactions -version = 0.1.1 +version = 0.2.0 license = MIT description = Reaction template for KIMMDY description_content_type = text/markdown