diff --git a/CHANGELOG.md b/CHANGELOG.md index bf039855..fd5c02a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,24 @@ # Changelog +## v0.1.1 +### What's changed + +* Update devcontainer.json version tag by @JaGeo in https://github.com/autoatml/autoplex/pull/303 +* Update start.md by @JaGeo in https://github.com/autoatml/autoplex/pull/304 +* add autoplex preprint to readme by @JaGeo in https://github.com/autoatml/autoplex/pull/309 +* Update README.md by @JaGeo in https://github.com/autoatml/autoplex/pull/310 +* Update README.md by @JaGeo in https://github.com/autoatml/autoplex/pull/311 +* Update docs dependencies by @naik-aakash in https://github.com/autoatml/autoplex/pull/315 +* Update test durations file by @JaGeo in https://github.com/autoatml/autoplex/pull/318 +* Revert "Update test durations file" by @naik-aakash in https://github.com/autoatml/autoplex/pull/319 +* pre-commit autoupdate by @pre-commit-ci in https://github.com/autoatml/autoplex/pull/321 +* Build an iterative phonon flow by @JaGeo in https://github.com/autoatml/autoplex/pull/306 +* Update test durations file by @JaGeo in https://github.com/autoatml/autoplex/pull/325 +* Allow fitting procedure on a different cluster and make the fitting database accessible via the MongoDB by @JaGeo in https://github.com/autoatml/autoplex/pull/314 +* Update test durations file by @JaGeo in https://github.com/autoatml/autoplex/pull/326 +* Fix various smaller bugs (including correct counting of the random structure seed in case very similar input structures are chosen) + +**Full Changelog**: https://github.com/autoatml/autoplex/compare/v0.1.0...v0.1.1 + ## v0.1.0 ### What's Changed * Update devcontainer.json version tag by @JaGeo in https://github.com/autoatml/autoplex/pull/279 diff --git a/pyproject.toml b/pyproject.toml index bad6694d..f11b027e 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.1.0" +version = "0.1.1" classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10",