Skip to content

Commit 47d8f21

Browse files
aseyboldtlucianopaz
authored andcommitted
chore(release): Bump version and dependencies
1 parent b243443 commit 47d8f21

File tree

3 files changed

+44
-17
lines changed

3 files changed

+44
-17
lines changed

CHANGELOG.md

+30-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

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

5-
## [0.13.3] - 2025-02-11
5+
## [0.13.4] - 2025-02-18
6+
7+
### Bug Fixes
8+
9+
- Add lock for pymc init point func (Adrian Seyboldt)
10+
11+
12+
### Ci
13+
14+
- Make sure all python versions are available in the builds (Adrian Seyboldt)
15+
16+
17+
## [0.13.3] - 2025-02-12
618

719
### Bug Fixes
820

@@ -44,6 +56,18 @@ All notable changes to this project will be documented in this file.
4456
- Reformat some code (Adrian Seyboldt)
4557

4658

59+
### Build
60+
61+
- Bump some dependency versions (Adrian Seyboldt)
62+
63+
64+
### Ci
65+
66+
- Use ubuntu_latest on aarch64 (Adrian Seyboldt)
67+
68+
- Update CI script using maturin (Adrian Seyboldt)
69+
70+
4771
## [0.13.2] - 2024-07-26
4872

4973
### Features
@@ -178,8 +202,6 @@ All notable changes to this project will be documented in this file.
178202

179203
### Ci
180204

181-
- Fix uploads of releases (Adrian Seyboldt)
182-
183205
- Fix architectures in CI (Adrian Seyboldt)
184206

185207

@@ -227,6 +249,11 @@ All notable changes to this project will be documented in this file.
227249
- Set the number of parallel chains dynamically (Adrian Seyboldt)
228250

229251

252+
### Ci
253+
254+
- Fix uploads of releases (Adrian Seyboldt)
255+
256+
230257
## [0.9.2] - 2024-02-19
231258

232259
### Bug Fixes

Cargo.lock

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

0 commit comments

Comments
 (0)