Skip to content

Commit cfcc0cb

Browse files
committed
bump version to v0.6.2
1 parent 22c3077 commit cfcc0cb

9 files changed

Lines changed: 14 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [0.6.2] - 2026-03-13
11+
12+
### Fixed
13+
14+
- Typo in downloaded binary name in `peakrdl-rust-build` crate
15+
1016
## [0.6.1] - 2026-03-13
1117

1218
### Changed

crates/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/peakrdl-rust-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "peakrdl-rust-build"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2024"
55
description = "Build script helper that runs PeakRDL-rust to generate Rust register access code from SystemRDL files"
66
license = "MIT OR Apache-2.0"

crates/peakrdl-rust-build/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In your crate's `Cargo.toml`, add:
1111
peakrdl-rust = "0.1.1"
1212
1313
[build-dependencies]
14-
peakrdl-rust-build = { version = "0.6.1", features = ["download-bin"] }
14+
peakrdl-rust-build = { version = "0.6.2", features = ["download-bin"] }
1515
```
1616

1717
In your `build.rs`:

crates/smoke-test/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/examples/turboencabulator/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "peakrdl-rust"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = "Generate a Rust module from SystemRDL for accessing control/status registers."
55
readme = "README.md"
66
authors = [{ name = "Dana Sorensen", email = "dana.r.sorensen@gmail.com" }]

scripts/uv_peakrdl_rust.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env sh
2-
uv run --no-project --with peakrdl-rust[cli]==0.6.1 peakrdl rust "$@"
2+
uv run --no-project --with peakrdl-rust[cli]==0.6.2 peakrdl rust "$@"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)