From 1a97f8d207bb0ba0a27d78ce81abfb2c61fe56a9 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Thu, 18 Aug 2022 14:34:12 -0600 Subject: [PATCH] manual/release-notes: Update 0.3.1 release date It's a month late :/ --- manual/src/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/src/release-notes.md b/manual/src/release-notes.md index 0d190cc..87844a3 100644 --- a/manual/src/release-notes.md +++ b/manual/src/release-notes.md @@ -13,7 +13,7 @@ - The [`meta.nodeSpecialArgs`](./reference/meta.md#nodespecialargs) option has been added. It allows specifying node-specific `specialArgs` passed to NixOS modules ([#100](https://github.com/zhaofengli/colmena/pull/100)). - The [`repl`](./reference/cli.html#colmena-repl) subcommand has been added. It allows you to start an [interactive REPL](./features/eval.md#interactive-repl) with access to the complete node configurations. -## [Release 0.3.1](https://github.com/zhaofengli/colmena/releases/tag/v0.3.1) (2022/07/17) +## [Release 0.3.1](https://github.com/zhaofengli/colmena/releases/tag/v0.3.1) (2022/08/18) - Fixed: Streaming evaluation fails for node names containing periods ([#92](https://github.com/zhaofengli/colmena/issues/92)) - Fixed: Streaming evaluation fails in non-flake deployments with relative paths ([#107](https://github.com/zhaofengli/colmena/issues/107))