Skip to content

Commit 3328f64

Browse files
committed
chore(release): bump version
1 parent f5938c3 commit 3328f64

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,31 @@
22

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

5+
## [0.14.2] - 2025-03-06
6+
7+
### Bug Fixes
8+
9+
- Handle missing flowjax correctly (Adrian Seyboldt)
10+
11+
12+
### Testing
13+
14+
- Mark tests as pymc or stan and select in ci (Adrian Seyboldt)
15+
16+
17+
### Ci
18+
19+
- Use native arm github action runner (Adrian Seyboldt)
20+
21+
522
## [0.14.1] - 2025-03-05
623

724
### Ci
825

926
- Update run-on-arch to avoid segfault (Adrian Seyboldt)
1027

28+
- Repare 0.14.1 (Adrian Seyboldt)
29+
1130

1231
## [0.14.0] - 2025-03-05
1332

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.1"
3+
version = "0.14.2"
44
authors = [
55
"Adrian Seyboldt <[email protected]>",
66
"PyMC Developers <[email protected]>",

0 commit comments

Comments
 (0)