Skip to content

Commit 0002a47

Browse files
chore(main): release 1.0.0 (#26)
Co-authored-by: Chris Tran <[email protected]>
1 parent 3d75a46 commit 0002a47

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [1.0.0](https://github.com/passageidentity/passage-flex-rust/compare/v0.1.3...v1.0.0) (2025-01-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove deprecated AppInfo code from codegen ([#32](https://github.com/passageidentity/passage-flex-rust/issues/32))
9+
* move operations to nested Auth and User structs ([#30](https://github.com/passageidentity/passage-flex-rust/issues/30))
10+
* update codegen with new fields and error codes ([#23](https://github.com/passageidentity/passage-flex-rust/issues/23))
11+
12+
### Features
13+
14+
* add parameter guards for all methods ([#34](https://github.com/passageidentity/passage-flex-rust/issues/34)) ([9b7ea60](https://github.com/passageidentity/passage-flex-rust/commit/9b7ea607f24baa1b4bbe941b52ccbe87f15de7e0))
15+
* move operations to nested Auth and User structs ([#30](https://github.com/passageidentity/passage-flex-rust/issues/30)) ([ab086d2](https://github.com/passageidentity/passage-flex-rust/commit/ab086d2291b11137b8d8a326ea909ee4f369c525))
16+
* remove deprecated AppInfo code from codegen ([#32](https://github.com/passageidentity/passage-flex-rust/issues/32)) ([7fa839a](https://github.com/passageidentity/passage-flex-rust/commit/7fa839a527d41dd66cc01759d45163fab270138e))
17+
* surface invalid request error message in Display ([#35](https://github.com/passageidentity/passage-flex-rust/issues/35)) ([2940056](https://github.com/passageidentity/passage-flex-rust/commit/2940056845a6ac0a52da5fc81edf1b5023cb4ad6))
18+
* update codegen with new fields and error codes ([#23](https://github.com/passageidentity/passage-flex-rust/issues/23)) ([73bac7a](https://github.com/passageidentity/passage-flex-rust/commit/73bac7a91656b270fac2bb0c118aa2f885324e05))

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "passage_flex"
3-
version = "0.1.3"
3+
version = "1.0.0"
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)