Skip to content

Commit 6271d99

Browse files
Merge pull request #1671 from o1-labs/rp/next-commit-merge-conflicts
Add the remaining commit
2 parents 6f44f40 + abdaae8 commit 6271d99

File tree

30 files changed

+33
-30
lines changed

30 files changed

+33
-30
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10+
## [0.18.1] - 2025-11-20
1011
### Added
1112

1213
- **Documentation**: Add comprehensive API endpoints reference for the Node
@@ -16,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1617
### Fixed
1718

1819
- **Docker Compose**: Fix frontend black screen issue by changing environment
20+
from `compose` to `local` and exposing port 3000 for rust node HTTP API (hotfix `v0.18.1`)
1921
from `compose` to `local` and exposing port 3000 for mina-node HTTP API
2022
([#1649](https://github.com/o1-labs/mina-rust/pull/1649))
2123

@@ -699,7 +701,8 @@ First public release.
699701
- Alpha version of the node which can connect and syncup to the berkeleynet network, and keep applying new blocks to maintain consensus state and ledger up to date.
700702
- Web-based frontend for the node.
701703

702-
[Unreleased]: https://github.com/openmina/openmina/compare/v0.18.0...develop
704+
[Unreleased]: https://github.com/openmina/openmina/compare/v0.18.1...develop
705+
[0.18.1]: https://github.com/openmina/openmina/compare/v0.18.0...v0.18.1
703706
[0.18.0]: https://github.com/openmina/openmina/compare/v0.17.0...v0.18.0
704707
[0.17.0]: https://github.com/openmina/openmina/compare/v0.16.0...v0.17.0
705708
[0.16.0]: https://github.com/openmina/openmina/compare/v0.15.0...v0.16.0

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cli"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
edition = "2021"
55
license = "Apache-2.0"
66

cli/replay_dynamic_effects/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "replay_dynamic_effects"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
edition = "2021"
55
license = "Apache-2.0"
66

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mina-core"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
edition = "2021"
55
license = "Apache-2.0"
66

fuzzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mina-fuzzer"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
edition = "2021"
55
license = "Apache-2.0"
66

ledger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mina-tree"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
edition = "2021"
55
license = "Apache-2.0"
66

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mina-macros"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
authors = ["Alexander Koptelov <alexandre.koptelov@gmail.com>"]

mina-p2p-messages/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mina-p2p-messages"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
edition = "2021"
55
license = "Apache-2.0"
66

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "node"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
edition = "2021"
55
license = "Apache-2.0"
66

node/account/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mina-node-account"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Account management for Mina nodes, including key generation, encryption, and address handling"

0 commit comments

Comments
 (0)