Skip to content

Commit

Permalink
Update CHANGELOG.md and version number (#248)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update pyproject.toml
  • Loading branch information
JaGeo authored Nov 15, 2024
1 parent fdcf229 commit d168881
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Changelog
## v0.0.6
### What's Changed
* Clean up pyproject.toml to enable a strict/non-strict installation procedure by @JaGeo in https://github.com/autoatml/autoplex/pull/242
* Misc CI workflow improvements by @naik-aakash in https://github.com/autoatml/autoplex/pull/238
* Update devcontainer.json version tag by @JaGeo in https://github.com/autoatml/autoplex/pull/245
* Update test durations file by @JaGeo in https://github.com/autoatml/autoplex/pull/244
* Improve compatibility with remote clusters by @YuanbinLiu in https://github.com/autoatml/autoplex/pull/247


**Full Changelog**: https://github.com/autoatml/autoplex/compare/v0.0.5...v0.0.6


## v0.0.5
Bug fix for a missing file export in v0.0.4 (RSS functionality)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
keywords = ["high-throughput", "automated", "mlpotential"]
license = { text = "GPL-3.0 license" }
authors = [{ name = "Janine George", email = "[email protected]" }]
version = "0.0.5"
version = "0.0.6"
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit d168881

Please sign in to comment.