Skip to content

Commit 072293f

Browse files
chore: release v0.7.1 (#612)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1bc052d commit 072293f

3 files changed

Lines changed: 24 additions & 13 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.7.1](https://github.com/worldcoin/world-id-protocol/compare/world-id-primitives-v0.7.0...world-id-primitives-v0.7.1) - 2026-03-26
11+
12+
### Added
13+
14+
- add recovery agent update methods to CoreAuthenticator ([#602](https://github.com/worldcoin/world-id-protocol/pull/602))
15+
16+
### Other
17+
18+
- *(oprf-node)* misc stuff for oprf-nodes (v1.1) ([#608](https://github.com/worldcoin/world-id-protocol/pull/608))
19+
- update Cargo.toml dependencies
20+
1021
## [0.7.0](https://github.com/worldcoin/world-id-protocol/compare/world-id-primitives-v0.6.0...world-id-primitives-v0.7.0) - 2026-03-25
1122

1223
### Added

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resolver = "2"
2020

2121
[workspace.package]
2222
edition = "2024"
23-
version = "0.7.0"
23+
version = "0.7.1"
2424
license = "MIT"
2525
authors = [
2626
"World Foundation",
@@ -128,11 +128,11 @@ tempo-alloy = "1.4"
128128
tower = "0.5.3"
129129

130130
# Internal
131-
world-id-core = { version = "0.7.0", default-features = false, path = "crates/core" }
132-
world-id-issuer = { version = "0.7.0", path = "crates/issuer" }
133-
world-id-proof = { version = "0.7.0", path = "crates/proof" }
134-
world-id-authenticator = { version = "0.7.0", path = "crates/authenticator" }
135-
world-id-primitives = { version = "0.7.0", path = "crates/primitives", default-features = false }
131+
world-id-core = { version = "0.7.1", default-features = false, path = "crates/core" }
132+
world-id-issuer = { version = "0.7.1", path = "crates/issuer" }
133+
world-id-proof = { version = "0.7.1", path = "crates/proof" }
134+
world-id-authenticator = { version = "0.7.1", path = "crates/authenticator" }
135+
world-id-primitives = { version = "0.7.1", path = "crates/primitives", default-features = false }
136136
world-id-oprf-node = { version = "0.1.0", path = "services/oprf-node" }
137137
world-id-test-utils = { version = "0.1.0", path = "crates/test-utils" }
138138
world-id-services-common = { path = "services/common" }

0 commit comments

Comments
 (0)