Skip to content

Commit 265ea63

Browse files
committed
chore(release): prepare release
1 parent 0a59107 commit 265ea63

File tree

3 files changed

+16
-20
lines changed

3 files changed

+16
-20
lines changed

CHANGELOG.md

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.17.4] - 2026-02-18
6+
7+
### Bug Fixes
8+
9+
- Allow empty arrays in zarr (Adrian Seyboldt)
10+
11+
12+
### Miscellaneous Tasks
13+
14+
- Bump rand to 0.10 (Adrian Seyboldt)
15+
16+
- Bump zarrs (Adrian Seyboldt)
17+
18+
519
## [0.17.3] - 2025-11-27
620

721
### Features
@@ -20,8 +34,6 @@ All notable changes to this project will be documented in this file.
2034

2135
- Update pulp dependency (Adrian Seyboldt)
2236

23-
- Prepare release (Adrian Seyboldt)
24-
2537

2638
## [0.17.1] - 2025-11-13
2739

@@ -41,10 +53,6 @@ All notable changes to this project will be documented in this file.
4153

4254
- Update dependencies (Adrian Seyboldt)
4355

44-
- Bump version (Adrian Seyboldt)
45-
46-
- Bump nuts-storable version (Adrian Seyboldt)
47-
4856

4957
## [0.17.0] - 2025-10-08
5058

@@ -92,12 +100,8 @@ All notable changes to this project will be documented in this file.
92100

93101
### Miscellaneous Tasks
94102

95-
- Prepare bugfix release (Adrian Seyboldt)
96-
97103
- Update dependencies (Adrian Seyboldt)
98104

99-
- Prepare 0.17.0 (Adrian Seyboldt)
100-
101105
- Correctly specify dependencies in workspace (Adrian Seyboldt)
102106

103107

@@ -138,8 +142,6 @@ All notable changes to this project will be documented in this file.
138142

139143
- Bump arrow version (Adrian Seyboldt)
140144

141-
- Bump version and update changelog (Adrian Seyboldt)
142-
143145

144146
### Performance
145147

@@ -169,8 +171,6 @@ All notable changes to this project will be documented in this file.
169171

170172
- Update dependencies (Adrian Seyboldt)
171173

172-
- Bump version (Adrian Seyboldt)
173-
174174

175175
### Ci
176176

@@ -193,14 +193,10 @@ All notable changes to this project will be documented in this file.
193193

194194
### Miscellaneous Tasks
195195

196-
- Update changelog (Adrian Seyboldt)
197-
198196
- Update pulp (Adrian Seyboldt)
199197

200198
- Update multiversion (Adrian Seyboldt)
201199

202-
- Update version and changelog (Adrian Seyboldt)
203-
204200

205201
### Refactor
206202

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nuts-rs"
3-
version = "0.17.3"
3+
version = "0.17.4"
44
authors = [
55
"Adrian Seyboldt <adrian.seyboldt@gmail.com>",
66
"PyMC Developers <pymc.devs@gmail.com>",

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ commit_parsers = [
5454
{ message = "^refactor", group = "Refactor" },
5555
{ message = "^style", group = "Styling" },
5656
{ message = "^test", group = "Testing" },
57-
{ message = "^chore\\(release\\): prepare for", skip = true },
57+
{ message = "^chore\\(release\\)", skip = true },
5858
{ message = "^chore", group = "Miscellaneous Tasks" },
5959
{ body = ".*security", group = "Security" },
6060
]

0 commit comments

Comments
 (0)