From f0d76460eff4c1270fd0ddd5ac6face76f6342b1 Mon Sep 17 00:00:00 2001 From: Tom Sydney Kerckhove Date: Sat, 20 Aug 2022 13:59:12 +0200 Subject: [PATCH] finished changelog --- .../content/changelogs/2022-08-20.markdown | 24 +++++++++++++++++++ smos-docs-site/content/unreleased.markdown | 15 ------------ smos-docs-site/smos-docs-site.cabal | 1 + 3 files changed, 25 insertions(+), 15 deletions(-) create mode 100644 smos-docs-site/content/changelogs/2022-08-20.markdown diff --git a/smos-docs-site/content/changelogs/2022-08-20.markdown b/smos-docs-site/content/changelogs/2022-08-20.markdown new file mode 100644 index 000000000..a101291f2 --- /dev/null +++ b/smos-docs-site/content/changelogs/2022-08-20.markdown @@ -0,0 +1,24 @@ +- [smos 0.5.2](#smos-0.5.2) +- [smos-data-gen 0.3.2](#smos-data-gen-0.3.2) +- [smos-github 0.5.1](#smos-github-0.5.1) +- [smos-query 0.7.4](#smos-query-0.7.4) +- [smos-report 0.9.0](#smos-report-0.9.0) +- [smos-report-gen 0.4.3](#smos-report-gen-0.4.3) +- [smos-scheduler 0.4.0](#smos-scheduler-0.4.0) +- [smos-sync-client-gen 0.4.0](#smos-sync-client-gen-0.4.0) + +### Added + +* `smos-scheduler`: Support for haircut recurrence +* Time strings now support months and years as well. + +### Changed + +* Fixed that the automatic local backup service would fail if the workflow directory does not exist. +* `smos-scheduler` overhaul: + * The `smos-scheduler` tool is now stateless. + It now uses the workflow directory to compute 'last run's instead of a state file. + * The `next` command is now colourful. + * A newly added schedule is now immediately run, instead of waiting until the second run. + * The minimal scheduling interval has been removed. + This means that schedules that are run "every minute" are no longer supported. diff --git a/smos-docs-site/content/unreleased.markdown b/smos-docs-site/content/unreleased.markdown index 1affa82f0..e69de29bb 100644 --- a/smos-docs-site/content/unreleased.markdown +++ b/smos-docs-site/content/unreleased.markdown @@ -1,15 +0,0 @@ -### Added - -* `smos-scheduler`: Support for haircut recurrence -* Time strings now support months and years as well. - -### Changed - -* Fixed that the automatic local backup service would fail if the workflow directory does not exist. -* `smos-scheduler` overhaul: - * The `smos-scheduler` tool is now stateless. - It now uses the workflow directory to compute 'last run's instead of a state file. - * The `next` command is now colourful. - * A newly added schedule is now immediately run, instead of waiting until the second run. - * The minimal scheduling interval has been removed. - This means that schedules that are run "every minute" are no longer supported. diff --git a/smos-docs-site/smos-docs-site.cabal b/smos-docs-site/smos-docs-site.cabal index e3fe9ceed..c23adb2fd 100644 --- a/smos-docs-site/smos-docs-site.cabal +++ b/smos-docs-site/smos-docs-site.cabal @@ -46,6 +46,7 @@ extra-source-files: content/changelogs/2022-06-09.markdown content/changelogs/2022-06-27.markdown content/changelogs/2022-07-22.markdown + content/changelogs/2022-08-20.markdown content/pages/blogposts.markdown content/pages/building-installation.markdown content/pages/cheat-sheet.markdown