Skip to content

Commit 42b4bcc

Browse files
committed
ci(release): repare 0.14.1
1 parent 9fa48b2 commit 42b4bcc

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [0.14.1] - 2025-03-05
6+
7+
### Ci
8+
9+
- Update run-on-arch to avoid segfault (Adrian Seyboldt)
10+
11+
512
## [0.14.0] - 2025-03-05
613

714
### Bug Fixes
@@ -29,11 +36,15 @@ All notable changes to this project will be documented in this file.
2936

3037
- Bump uraimo/run-on-arch-action from 2 to 3 (dependabot[bot])
3138

39+
- Update pre-commit config (Adrian Seyboldt)
40+
3241

3342
### Ci
3443

3544
- Run python 3.13 in ci (Adrian Seyboldt)
3645

46+
- Skip slow test on ci if emulating architecture (Adrian Seyboldt)
47+
3748

3849
## [0.13.4] - 2025-02-18
3950

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nutpie"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors = [
55
"Adrian Seyboldt <[email protected]>",
66
"PyMC Developers <[email protected]>",

0 commit comments

Comments
 (0)