Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = ["programs", "examples"]

[workspace.package]
edition = "2024"
version = "0.4.5"
version = "0.4.6"
license = "MIT"
authors = ["Nitro Labs <team@nitro.technology>"]
homepage = "https://www.termina.technology"
Expand Down Expand Up @@ -89,10 +89,10 @@ sp1-zkvm = "5.2.1"
nitro-sender = "0.2.0"

# Locals
data-anchor = { path = "crates/cli", version = "0.4.5" }
data-anchor-api = { path = "crates/indexer-api", version = "0.4.5" }
data-anchor-client = { path = "crates/client", version = "0.4.5" }
data-anchor-proofs = { path = "crates/proofs", version = "0.4.5" }
data-anchor = { path = "crates/cli", version = "0.4.6" }
data-anchor-api = { path = "crates/indexer-api", version = "0.4.6" }
data-anchor-client = { path = "crates/client", version = "0.4.6" }
data-anchor-proofs = { path = "crates/proofs", version = "0.4.6" }
data-anchor-blober = { path = "programs/programs/blober", version = "0.2.2", default-features = false, features = [
"no-entrypoint",
] }
Expand All @@ -104,7 +104,7 @@ data-anchor-pob-sla-verifier = { path = "programs/programs/pob-sla", version = "
] }
data-anchor-prover = { path = "crates/prover" }
data-anchor-prover-core = { path = "crates/prover/programs/core" }
data-anchor-utils = { path = "crates/utils", version = "0.4.5" }
data-anchor-utils = { path = "crates/utils", version = "0.4.6" }

[patch.crates-io]
getrandom_v0_1 = { package = "getrandom", git = "https://github.com/nitro-svm/getrandom", branch = "0.1-zkvm" }
6 changes: 6 additions & 0 deletions crates/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.6](https://github.com/nitro-svm/data-anchor/compare/data-anchor-v0.4.5...data-anchor-v0.4.6) - 2026-02-05

### Other

- update Cargo.lock dependencies

## [0.4.4](https://github.com/nitro-svm/data-anchor/compare/data-anchor-v0.4.3...data-anchor-v0.4.4) - 2025-09-30

### Other
Expand Down
10 changes: 10 additions & 0 deletions crates/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.6](https://github.com/nitro-svm/data-anchor/compare/data-anchor-client-v0.4.4...data-anchor-client-v0.4.6) - 2026-02-05

### Added

- Update account loaded data size limits ([#33](https://github.com/nitro-svm/data-anchor/pull/33))

### Other

- release v0.4.5 ([#34](https://github.com/nitro-svm/data-anchor/pull/34))

## [0.4.5](https://github.com/nitro-svm/data-anchor/compare/data-anchor-client-v0.4.4...data-anchor-client-v0.4.5) - 2026-02-05

### Added
Expand Down