Skip to content

Commit

Permalink
chore: prepare v0.7.0 release (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth authored Jan 23, 2025
1 parent c4d5e89 commit fd85af8
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 23 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## v0.7.0 (2025-01-23)

### Enhancements

- Support Https in endpoint configuration (#556).
Expand Down
29 changes: 16 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resolver = "2"
[workspace.package]
edition = "2021"
rust-version = "1.82"
version = "0.6.0"
version = "0.7.0"
license = "MIT"
authors = ["Miden contributors"]
homepage = "https://polygon.technology/polygon-miden"
Expand All @@ -27,17 +27,17 @@ readme = "README.md"
[workspace.dependencies]
assert_matches = { version = "1.5" }
miden-air = { version = "0.12" }
miden-lib = { git = "https://github.com/0xPolygonMiden/miden-base.git", branch = "next" }
miden-node-block-producer = { path = "crates/block-producer", version = "0.6" }
miden-node-proto = { path = "crates/proto", version = "0.6" }
miden-node-rpc = { path = "crates/rpc", version = "0.6" }
miden-node-store = { path = "crates/store", version = "0.6" }
miden-lib = { version = "0.7" }
miden-node-block-producer = { path = "crates/block-producer", version = "0.7" }
miden-node-proto = { path = "crates/proto", version = "0.7" }
miden-node-rpc = { path = "crates/rpc", version = "0.7" }
miden-node-store = { path = "crates/store", version = "0.7" }
miden-node-test-macro = { path = "crates/test-macro" }
miden-node-utils = { path = "crates/utils", version = "0.6" }
miden-objects = { git = "https://github.com/0xPolygonMiden/miden-base.git", branch = "next" }
miden-node-utils = { path = "crates/utils", version = "0.7" }
miden-objects = { version = "0.7" }
miden-processor = { version = "0.12" }
miden-stdlib = { version = "0.12", default-features = false }
miden-tx = { git = "https://github.com/0xPolygonMiden/miden-base.git", branch = "next" }
miden-tx = { version = "0.7" }
prost = { version = "0.13" }
rand = { version = "0.8" }
thiserror = { version = "2.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Polygon Miden
Copyright (c) 2025 Polygon Miden

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit fd85af8

Please sign in to comment.