Skip to content

Commit 0e92385

Browse files
committed
Specify towncrier start
1 parent b5aef27 commit 0e92385

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

docs/release-notes.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Release notes
22

3+
<!-- towncrier release notes start -->
4+
5+
36
## 3.0.8 (2025-05-19)
47

5-
> **Warning**
6-
> In versions 3.0.0 to 3.0.7 opening arrays or groups with `mode='a'` (the default for many builtin functions)
7-
> would cause any existing paths in the store to be deleted. This is fixed in 3.0.8, and
8-
> we recommend all users upgrade to avoid this bug that could cause unintentional data loss.
8+
!!! warning
9+
10+
In versions 3.0.0 to 3.0.7 opening arrays or groups with `mode='a'` (the default for many builtin functions) would cause any existing paths in the store to be deleted. This is fixed in 3.0.8, and we recommend all users upgrade to avoid this bug that could cause unintentional data loss.
911

1012
### Features
1113

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ directory = 'changes'
446446
filename = "docs/release-notes.md"
447447
underlines = ["", "", ""]
448448
issue_format = "[#{issue}](https://github.com/zarr-developers/zarr-python/issues{issue})"
449+
start_string = "<!-- towncrier release notes start -->\n"
449450

450451
[tool.codespell]
451452
ignore-words-list = "astroid"

0 commit comments

Comments
 (0)