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
4 changes: 2 additions & 2 deletions packages/cedar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 0.2.4-wip
## 0.2.4

- Require Dart 3.6 (workspace support)
- Require Dart 3.5 (workspace support)
- chore: Update dependencies

## 0.2.3
Expand Down
4 changes: 2 additions & 2 deletions packages/cedar/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: cedar
description: Implementation of the Cedar policy language in Dart.
version: 0.2.4-wip
version: 0.2.4
repository: https://github.com/celest-dev/cedar-dart/tree/main/packages/cedar

environment:
sdk: ^3.6.0
sdk: ^3.5.0
resolution: workspace

dependencies:
Expand Down
5 changes: 3 additions & 2 deletions packages/cedar_ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## 0.2.1-wip
## 0.2.1

- Require Dart 3.6 (workspace support)
- Require Dart 3.5 (workspace support)
- chore: Update dependencies
- chore: Update `cedar` to `3.4`

## 0.2.0

Expand Down
2 changes: 1 addition & 1 deletion packages/cedar_ffi/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
publish_to: none

environment:
sdk: ^3.6.0
sdk: ^3.5.0
resolution: workspace

dependencies:
Expand Down
6 changes: 3 additions & 3 deletions packages/cedar_ffi/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: cedar_ffi
description: FFI bindings for the Cedar policy language, written in Rust.
version: 0.2.1-wip
version: 0.2.1
repository: https://github.com/celest-dev/cedar-dart/tree/main/packages/cedar_ffi

environment:
sdk: ^3.6.0
sdk: ^3.5.0
resolution: workspace

dependencies:
Expand All @@ -25,7 +25,7 @@ dev_dependencies:
built_value_generator: ^8.9.2
cedar_tests:
path: ../cedar_tests
ffigen: ^17.0.0
ffigen: ^18.0.0
json_serializable: ^6.8.0
lints: ^5.0.0
path: ^1.9.0
Expand Down
Loading