Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"

<!-- towncrier release notes start -->

## 2.7.0 (Released 2026-02-24)

### 🚀 Enhancements

[#2808](https://github.com/metomi/rose/pull/2808) - The `rose edit` GUI has been restored to Rose 2.
It is available as the pip-package `metomi-rose[edit]` (you will need to ensure GTK3 and `cairo` are installed), or the conda-forge package `metomi-rose` (which includes all of the required system dependencies).

[#2979](https://github.com/metomi/rose/pull/2979) - Allow Rose fileinstall to install folders containing broken Symlinks.

[#2985](https://github.com/metomi/rose/pull/2985) - rosie: The `rosie disco` server has been restored to Rose 2.
It is now available as the pip package `rose[disco]` or the conda-forge package `metomi-rose`.

## 2.6.3 (Released 2026-01-08)

### 🚀 Enhancements
Expand Down
3 changes: 0 additions & 3 deletions changes.d/2808.feat.md

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changes.d/2985.feat.md

This file was deleted.

2 changes: 1 addition & 1 deletion metomi/rose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@
# Paths in the Rose distribution.
FILEPATH_README = "README.md"

__version__ = "2.7.0.dev"
__version__ = "2.7.0"
Loading