Skip to content

Commit 8aa88e6

Browse files
committed
chore(release): prepare v0.15.1
1 parent 7b5ba66 commit 8aa88e6

File tree

3 files changed

+25
-7
lines changed

3 files changed

+25
-7
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## [0.15.1] - 2025-05-28
6+
7+
### Bug Fixes
8+
9+
- Incorrect results with non-contiguous shared variable (Adrian Seyboldt)
10+
11+
- Allow upper case backend string (Adrian Seyboldt)
12+
13+
- Allow data named x with unfrozen model (Adrian Seyboldt)
14+
15+
16+
### Styling
17+
18+
- Fix small typing issue (Adrian Seyboldt)
19+
20+
521
## [0.15.0] - 2025-05-27
622

723
### Bug Fixes
@@ -39,7 +55,9 @@ All notable changes to this project will be documented in this file.
3955

4056
- Add entries to gitignore (Adrian Seyboldt)
4157

42-
- Bump dependencies (Adrian Seyboldt)
58+
- Update dependencies (Adrian Seyboldt)
59+
60+
- Update changelog (Adrian Seyboldt)
4361

4462

4563
### Styling

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nutpie"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
authors = [
55
"Adrian Seyboldt <[email protected]>",
66
"PyMC Developers <[email protected]>",

0 commit comments

Comments
 (0)