Skip to content

Commit a8912bf

Browse files
committed
chore(main): release passage_flex 1.0.0
1 parent 68f69a6 commit a8912bf

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## [1.0.0](https://github.com/passageidentity/passage-flex-rust/compare/passage_flex-v0.1.3...passage_flex-v1.0.0) (2024-12-20)
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+
* 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))
15+
* 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))
16+
* 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))
17+
18+
19+
### Bug Fixes
20+
21+
* Update README.md ([85d1e5f](https://github.com/passageidentity/passage-flex-rust/commit/85d1e5fea27f1f5df292a754f306a07acf574e60))

Cargo.toml

Lines changed: 1 addition & 1 deletion
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)