From 8bb5f30a6b015e0235fa2b85b0048ffa3e232293 Mon Sep 17 00:00:00 2001 From: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> Date: Wed, 14 Sep 2022 15:31:46 +0100 Subject: [PATCH] Fix changelog conflict with 1.1.x --- CHANGES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 3b05ae59..4b39952c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,13 +5,15 @@ creating a new release entry be sure to copy & paste the span tag with the `actions:bind` attribute, which is used by a regex to find the text to be updated. Only the first match gets replaced, so it's fine to leave the old ones in. --> -## __cylc-rose-1.1.1 (Upcoming)__ +## __cylc-rose-1.1.1 (Released 2022-09-14)__ ### Fixes [#171](https://github.com/cylc/cylc-rose/pull/171) - Fix bug where Cylc Rose passed `rose-suite.conf` items commented with `!` or `!!` to Cylc regardless. +[#172](https://github.com/cylc/cylc-rose/pull/172) - Allow getting a workflow +name when source is not an SVN repo. ## __cylc-rose-1.1.0 (Released 2022-07-28)__