Skip to content

Commit 8aabeed

Browse files
chore(main): release 1.0.1 (#43)
1 parent 2cb9f51 commit 8aabeed

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/passageidentity/passage-flex-rust/compare/v1.0.0...v1.0.1) (2025-03-11)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [1.0.0](https://github.com/passageidentity/passage-flex-rust/compare/v0.1.3...v1.0.0) (2025-01-16)
411

512

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "passage_flex"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
authors = ["[email protected]"]
66
description = "Passkey Flex for Rust - Add passkey authentication to your own Rust authentication flows with Passage by 1Password"

0 commit comments

Comments
 (0)