Skip to content

Commit df8cce3

Browse files
committed
chore: increment crate versions to v0.12.3
1 parent c05678d commit df8cce3

File tree

3 files changed

+53
-57
lines changed

3 files changed

+53
-57
lines changed

CHANGELOG.md

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

3-
## v0.12.3 (TBD)
4-
5-
### Enhancements
3+
## v0.12.3 (2025-11-15)
64

75
- Added configurable timeout support to `RemoteBatchProver`, `RemoteBlockProver`, and `RemoteTransactionProver` clients ([#1365](https://github.com/0xMiden/miden-node/pull/1365)).
86
- Added configurable timeout support to `miden-network-monitor` binary ([#1365](https://github.com/0xMiden/miden-node/pull/1365)).
97

108
## v0.12.2 (2025-11-12)
119

12-
### Fixes
13-
1410
- Fixed `PoW` challenge solving in `miden-network-monitor` binary ([#1363](https://github.com/0xMiden/miden-node/pull/1363)).
1511

1612
## v0.12.1 (2025-11-08)

Cargo.lock

Lines changed: 51 additions & 51 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
@@ -28,7 +28,7 @@ license = "MIT"
2828
readme = "README.md"
2929
repository = "https://github.com/0xMiden/miden-node"
3030
rust-version = "1.90"
31-
version = "0.12.2"
31+
version = "0.12.3"
3232

3333
# Optimize the cryptography for faster tests involving account creation.
3434
[profile.test.package.miden-crypto]

0 commit comments

Comments
 (0)