Skip to content

Commit e9d6933

Browse files
committed
chore: Prepare release
1 parent 2598d56 commit e9d6933

File tree

3 files changed

+23
-7
lines changed

3 files changed

+23
-7
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
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.11.0] - 2024-05-28
5+
## [0.11.1] - 2024-06-16
6+
7+
### Bug Fixes
8+
9+
- Fix random variables with missing values in pymc deterministics (Adrian Seyboldt)
10+
11+
12+
### Features
13+
14+
- Add progress bar on terminal (Adrian Seyboldt)
15+
16+
17+
## [0.11.0] - 2024-05-29
618

719
### Bug Fixes
820

@@ -28,6 +40,10 @@ All notable changes to this project will be documented in this file.
2840

2941
- Update dependencies (Adrian Seyboldt)
3042

43+
- Update python dependencies (Adrian Seyboldt)
44+
45+
- Prepare release (Adrian Seyboldt)
46+
3147

3248
### Refactor
3349

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

0 commit comments

Comments
 (0)