Skip to content

Commit

Permalink
Merge pull request #327 from cylc/prepare-1.4.0
Browse files Browse the repository at this point in the history
Prepare release: 1.4.0
  • Loading branch information
MetRonnie authored Jun 18, 2024
2 parents 244c850 + c2a2c0c commit 70bc52e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,18 @@ creating a new release entry be sure to copy & paste the span tag with the
updated. Only the first match gets replaced, so it's fine to leave the old
ones in. -->

## __cylc-rose-1.4.0 (<span actions:bind='release-date'>Upcoming</span>)__
## __cylc-rose-1.4.0 (<span actions:bind='release-date'>Released 2024-06-18</span>)__

### Features

[#269](https://github.com/cylc/cylc-rose/pull/269) - Allow environment variables
set in ``rose-suite.conf`` to be used when parsing ``global.cylc``.

### Fixes

[#319](https://github.com/cylc/cylc-rose/pull/319) - Prevent Cylc Rose
from modifying Cylc's compatibility mode.


## __cylc-rose-1.3.4 (<span actions:bind='release-date'>Released 2024-05-02</span>)__

Expand Down
2 changes: 1 addition & 1 deletion cylc/rose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,4 @@
"""

__version__ = '1.4.0.dev'
__version__ = '1.4.0'
2 changes: 1 addition & 1 deletion tests/functional/test_rose_fileinstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ async def test_rose_fileinstall_error(tmp_path, cylc_install_cli):
'''))
with pytest.raises(
PluginError,
match='file:bad=source=no-such-file: bad or missing value',
match='path does not exist or not accessible: no-such-file',
):
await cylc_install_cli(tmp_path)

0 comments on commit 70bc52e

Please sign in to comment.