From 4e15997a4eecba6764021cf6a734cf169b6d9839 Mon Sep 17 00:00:00 2001 From: utf Date: Fri, 22 Nov 2024 14:23:25 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d429b502..d75bf2c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change log +## v0.1.19 + +### Bug Fixes ๐Ÿ› +* fix @job annotation again (again) by @FabiPi3 in https://github.com/materialsproject/jobflow/pull/654 + +### Enhancements ๐Ÿ›  +* `JobflowSettings` add `LOG_FORMAT`, also directly passable to `run_locally` by @janosh in https://github.com/materialsproject/jobflow/pull/706 +* Add `Flow.metadata` attribute and `Flow.update_metadata` method by @janosh in https://github.com/materialsproject/jobflow/pull/679 + +### Documentation ๐Ÿ“– +* Fix docstring in Job. by @davidwaroquiers in https://github.com/materialsproject/jobflow/pull/673 + +### House-Keeping ๐Ÿงน +* Update commit hooks and fix new `ruff` and `mypy` issues by @janosh in https://github.com/materialsproject/jobflow/pull/685 + + +**Full Changelog**: https://github.com/materialsproject/jobflow/compare/v0.1.18...v0.1.19 + ## v0.1.18 ### Bug Fixes ๐Ÿ›