From 1d4e21bc7e731b87ab5e20ecf0bbe5fb1c2c68eb Mon Sep 17 00:00:00 2001 From: Christina Ertural <52951132+QuantumChemist@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:32:50 +0100 Subject: [PATCH 1/3] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f631318..34f459a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog +## v0.0.9 +### What's Changed +The release is in principle same as v0.0.8 with following changes: LAMMPS is now pinned to a stable release (`stable_29Aug2024_update1`): +* Pin lammps ci and in Docs by @naik-aakash in https://github.com/autoatml/autoplex/pull/277 +* Update devcontainer.json version tag by @JaGeo in https://github.com/autoatml/autoplex/pull/276 + +**Full Changelog**: https://github.com/autoatml/autoplex/compare/v0.0.8...v0.0.9 + ## v0.0.8 ### What's Changed * Update devcontainer.json version tag by @JaGeo in https://github.com/autoatml/autoplex/pull/253 From a6844b3d6b8cf9310e4a2064acda150dab7c0da2 Mon Sep 17 00:00:00 2001 From: Christina Ertural <52951132+QuantumChemist@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:34:35 +0100 Subject: [PATCH 2/3] Update version number in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c816076..2030ff99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.md" keywords = ["high-throughput", "automated", "mlpotential"] license = { text = "GPL-3.0 license" } authors = [{ name = "Janine George", email = "janine.george@bam.de" }] -version = "0.0.8" +version = "0.0.9" classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", From cd65c95084aff71b855dc6d5849daa5a10ade8b0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:34:38 +0000 Subject: [PATCH 3/3] pre-commit auto-fixes --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f459a6..0f66104b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ The release is in principle same as v0.0.8 with following changes: LAMMPS is now pinned to a stable release (`stable_29Aug2024_update1`): * Pin lammps ci and in Docs by @naik-aakash in https://github.com/autoatml/autoplex/pull/277 * Update devcontainer.json version tag by @JaGeo in https://github.com/autoatml/autoplex/pull/276 - + **Full Changelog**: https://github.com/autoatml/autoplex/compare/v0.0.8...v0.0.9 - + ## v0.0.8 ### What's Changed * Update devcontainer.json version tag by @JaGeo in https://github.com/autoatml/autoplex/pull/253