Skip to content

Commit 7ece68c

Browse files
committed
release(cloud_auth): v0.3.4
- fix: Database checks in debug mode - perf: Improve efficiency of several DB operations - chore: Bump Dart SDK to 3.7.0
1 parent 4e18326 commit 7ece68c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

services/celest_cloud_auth/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## NEXT
1+
## 0.3.4
22

33
- fix: Database checks in debug mode
44
- perf: Improve efficiency of several DB operations
5+
- chore: Bump Dart SDK to 3.7.0
56

67
## 0.3.3
78

services/celest_cloud_auth/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: celest_cloud_auth
22
description: A Dart-native authentication and authorization service built on Celest, Cedar, and SQLite.
3-
version: 0.3.3
3+
version: 0.3.4
44
homepage: https://celest.dev
55
repository: https://github.com/celest-dev/celest/tree/main/services/celest_cloud_auth
66

77
environment:
8-
sdk: ^3.5.0
8+
sdk: ^3.7.0
99
resolution: workspace
1010

1111
dependencies:

0 commit comments

Comments
 (0)