Skip to content

Commit d91a5ea

Browse files
committed
chore: increment create versions to v0.20.5
1 parent 724abef commit d91a5ea

File tree

3 files changed

+17
-18
lines changed

3 files changed

+17
-18
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Changelog
22

3-
## 0.20.5 (TBD)
3+
## 0.20.5 (2026-02-02)
44

55
- Fixed issue with deserialization of Paths due to lifetime restrictions [#2627](https://github.com/0xMiden/miden-vm/pull/2627)
66
- Implemented path canonicalization and modified Path/PathBuf APIs to canonicalize paths during construction. This also addressed some issues uncovered during testing where some APIs were not canonicalizing paths, or path-related functions were inconsistent in their behavior due to special-casing that was previously needed [#2627](https://github.com/0xMiden/miden-vm/pull/2627)
77

8-
98
## 0.20.4 (2026-01-30)
109

1110
- Fixed issue with handling of quoted components in `PathBuf` [#2618](https://github.com/0xMiden/miden-vm/pull/2618)

Cargo.lock

Lines changed: 15 additions & 15 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
@@ -29,7 +29,7 @@ homepage = "https://miden.xyz"
2929
repository = "https://github.com/0xMiden/miden-vm"
3030
exclude = [".github/"]
3131
rust-version = "1.90"
32-
version = "0.20.4"
32+
version = "0.20.5"
3333

3434
[profile.optimized]
3535
inherits = "release"

0 commit comments

Comments
 (0)