Skip to content

Commit

Permalink
Merge pull request #6090 from cylc/prepare-8.2.6
Browse files Browse the repository at this point in the history
Prepare release: 8.2.6
  • Loading branch information
MetRonnie authored May 2, 2024
2 parents fd51981 + 21d1ca5 commit 7ed9a61
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"

<!-- towncrier release notes start -->

## __cylc-8.2.6 (Released 2024-05-02)__

### ⚠ Breaking Changes

[#6068](https://github.com/cylc/cylc-flow/pull/6068) - Removed the Rose Options (`-S`, `-O`, `-D`) from `cylc play`. If you need these use them with `cylc install`.

### 🚀 Enhancements

[#6072](https://github.com/cylc/cylc-flow/pull/6072) - Nano Syntax Highlighting now available.

### 🔧 Fixes

[#6071](https://github.com/cylc/cylc-flow/pull/6071) - `cylc config` now shows xtrigger function signatures.

[#6078](https://github.com/cylc/cylc-flow/pull/6078) - Fixed bug where `cylc lint` could hang when checking `inherit` settings in `flow.cylc`.

## __cylc-8.2.5 (Released 2024-04-04)__

### 🔧 Fixes
Expand Down
1 change: 0 additions & 1 deletion changes.d/6068.break.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/6071.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/6072.feat.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/6078.fix.md

This file was deleted.

2 changes: 1 addition & 1 deletion cylc/flow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def environ_init():

environ_init()

__version__ = '8.2.6.dev'
__version__ = '8.2.6'


def iter_entry_points(entry_point_name):
Expand Down

0 comments on commit 7ed9a61

Please sign in to comment.