Skip to content

Commit e4d88cf

Browse files
chore: release main (#15)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a69d1f1 commit e4d88cf

8 files changed

Lines changed: 31 additions & 9 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"crates/ans-types": "0.1.1",
3-
"crates/ans-verify": "0.1.1",
4-
"crates/ans-client": "0.1.1"
2+
"crates/ans-types": "0.1.2",
3+
"crates/ans-verify": "0.1.2",
4+
"crates/ans-client": "0.1.2"
55
}

Cargo.lock

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

crates/ans-client/CHANGELOG.md

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

3+
## [0.1.2](https://github.com/godaddy/ans-sdk-rust/compare/ans-client-v0.1.1...ans-client-v0.1.2) (2026-03-05)
4+
5+
6+
### Bug Fixes
7+
8+
* use explicit crate versions for release-please compatibility ([#7](https://github.com/godaddy/ans-sdk-rust/issues/7)) ([e32aa42](https://github.com/godaddy/ans-sdk-rust/commit/e32aa42e1e170d88460839bd6a124b3c7abf78a9))
9+
310
## [0.1.1](https://github.com/godaddy/ans-sdk-rust/compare/v0.1.0...v0.1.1) (2026-03-03)
411

512

crates/ans-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "ans-client"
33
description = "ANS API client for agent registration and management"
44
keywords = ["ans", "client", "agent-name-service", "api"]
55
categories = ["api-bindings"]
6-
version = "0.1.1"
6+
version = "0.1.2"
77
edition.workspace = true
88
rust-version.workspace = true
99
license.workspace = true

crates/ans-types/CHANGELOG.md

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

3+
## [0.1.2](https://github.com/godaddy/ans-sdk-rust/compare/ans-types-v0.1.1...ans-types-v0.1.2) (2026-03-05)
4+
5+
6+
### Bug Fixes
7+
8+
* use explicit crate versions for release-please compatibility ([#7](https://github.com/godaddy/ans-sdk-rust/issues/7)) ([e32aa42](https://github.com/godaddy/ans-sdk-rust/commit/e32aa42e1e170d88460839bd6a124b3c7abf78a9))
9+
310
## [0.1.1](https://github.com/godaddy/ans-sdk-rust/compare/v0.1.0...v0.1.1) (2026-03-03)
411

512

crates/ans-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "ans-types"
33
description = "Shared types for the Agent Name Service (ANS) ecosystem"
44
keywords = ["ans", "types", "agent-name-service"]
55
categories = ["data-structures"]
6-
version = "0.1.1"
6+
version = "0.1.2"
77
edition.workspace = true
88
rust-version.workspace = true
99
license.workspace = true

crates/ans-verify/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/godaddy/ans-sdk-rust/compare/ans-verify-v0.1.1...ans-verify-v0.1.2) (2026-03-05)
4+
5+
6+
### Bug Fixes
7+
8+
* simplify release-please config for independent crate versioning ([#14](https://github.com/godaddy/ans-sdk-rust/issues/14)) ([a69d1f1](https://github.com/godaddy/ans-sdk-rust/commit/a69d1f144d5f332be59d612e608d8d4e1f3adec1))
9+
* use explicit crate versions for release-please compatibility ([#7](https://github.com/godaddy/ans-sdk-rust/issues/7)) ([e32aa42](https://github.com/godaddy/ans-sdk-rust/commit/e32aa42e1e170d88460839bd6a124b3c7abf78a9))
10+
311
## [0.1.1](https://github.com/godaddy/ans-sdk-rust/compare/v0.1.0...v0.1.1) (2026-03-03)
412

513

crates/ans-verify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "ans-verify"
33
description = "ANS Trust Verification library for the Agent Name Service"
44
keywords = ["ans", "verification", "agent-name-service", "mtls", "dane"]
55
categories = ["authentication", "cryptography"]
6-
version = "0.1.1"
6+
version = "0.1.2"
77
edition.workspace = true
88
rust-version.workspace = true
99
license.workspace = true

0 commit comments

Comments
 (0)