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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"crates/ans-types": "0.1.2",
"crates/ans-verify": "0.1.2",
"crates/ans-verify": "0.1.3",
"crates/ans-client": "0.1.2"
}
2 changes: 1 addition & 1 deletion Cargo.lock

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

7 changes: 7 additions & 0 deletions crates/ans-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.3](https://github.com/godaddy/ans-sdk-rust/compare/ans-verify-v0.1.2...ans-verify-v0.1.3) (2026-03-11)


### Build System

* **deps:** Bump the rust-dependencies group with 3 updates ([#18](https://github.com/godaddy/ans-sdk-rust/issues/18)) ([2517be2](https://github.com/godaddy/ans-sdk-rust/commit/2517be25d6da834ff47d10c52d8310354528efdb))

## [0.1.2](https://github.com/godaddy/ans-sdk-rust/compare/ans-verify-v0.1.1...ans-verify-v0.1.2) (2026-03-05)


Expand Down
2 changes: 1 addition & 1 deletion crates/ans-verify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ans-verify"
description = "ANS Trust Verification library for the Agent Name Service"
keywords = ["ans", "verification", "agent-name-service", "mtls", "dane"]
categories = ["authentication", "cryptography"]
version = "0.1.2"
version = "0.1.3"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand Down