diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f66104bd..bf039855b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ # Changelog +## v0.1.0 +### What's Changed +* Update devcontainer.json version tag by @JaGeo in https://github.com/autoatml/autoplex/pull/279 +* Fix Docs build trigger case by @naik-aakash in https://github.com/autoatml/autoplex/pull/283 +* Bump hiphive from 1.3.1 to 1.4 by @dependabot in https://github.com/autoatml/autoplex/pull/285 +* pre-commit autoupdate by @pre-commit-ci in https://github.com/autoatml/autoplex/pull/286 +* Bump mace-torch from 0.3.8 to 0.3.9 by @dependabot in https://github.com/autoatml/autoplex/pull/290 +* Refactoring of the MLIP modules and other non-urgent things by @QuantumChemist in https://github.com/autoatml/autoplex/pull/280 +* Update test durations file by @JaGeo in https://github.com/autoatml/autoplex/pull/294 +* add more diversity to rattled cell creation by @JaGeo in https://github.com/autoatml/autoplex/pull/298 + +### New Contributors +* @pre-commit-ci made their first contribution in https://github.com/autoatml/autoplex/pull/286 + +**Full Changelog**: https://github.com/autoatml/autoplex/compare/v0.0.9...v0.1.0 + ## 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`): diff --git a/pyproject.toml b/pyproject.toml index 9e2899838..41f44f655 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.9" +version = "0.1.0" classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10",