Skip to content
Merged
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,3 +1,3 @@
{
".": "1.0.0"
".": "1.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/passageidentity/passage-flex-rust/compare/v1.0.0...v1.0.1) (2025-03-11)


### Bug Fixes

* sync codegen output & pin codegen version ([#42](https://github.com/passageidentity/passage-flex-rust/issues/42)) ([2cb9f51](https://github.com/passageidentity/passage-flex-rust/commit/2cb9f512ae52f02e4b3b8f8e4c8c52f7b0ee178f))

## [1.0.0](https://github.com/passageidentity/passage-flex-rust/compare/v0.1.3...v1.0.0) (2025-01-16)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "passage_flex"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
authors = ["[email protected]"]
description = "Passkey Flex for Rust - Add passkey authentication to your own Rust authentication flows with Passage by 1Password"
Expand Down
Loading