From 8ef43c08c5143c8f2bda202c11fdc9b32cdd1dc1 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Thu, 29 Sep 2022 00:53:51 -0600 Subject: [PATCH] manual: Add 0.3.2 release notes --- manual/src/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manual/src/release-notes.md b/manual/src/release-notes.md index ccabf763..11fac19e 100644 --- a/manual/src/release-notes.md +++ b/manual/src/release-notes.md @@ -1,5 +1,9 @@ # Release Notes +## [Release 0.3.2](https://github.com/zhaofengli/colmena/releases/tag/v0.3.1) (2022/08/29) + +- Fixed: [Key services](https://colmena.cli.rs/0.3/features/keys.html#key-services) were using the deprecated `inotifyTools` alias removed from `nixos-unstable` ([NixOS/nixpkgs#192681](https://github.com/NixOS/nixpkgs/pull/192681)). + ## [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))