Skip to content

Commit

Permalink
Bump version to 1.7.0 and revert enum value casing changes for Postgr…
Browse files Browse the repository at this point in the history
…eSQL compatibility
  • Loading branch information
mmvergara committed Dec 20, 2024
1 parent 40bcabc commit 77aaec5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.7.0

- Revert changes on upperCasing generated enum values (postgres enums are case-sensitive)

## 1.6.9

- Enum `names` are converted to `UPPERCASE` to follow dart enum naming conventions
Expand Down
2 changes: 1 addition & 1 deletion cli/bin/supadart.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'package:supadart/generators/storage/fetch_storage.dart';
import 'package:supadart/generators/utils/fetch_swagger.dart';
import 'package:yaml/yaml.dart';

const String version = 'v1.6.9';
const String version = 'v1.7.0';
const String red = '\x1B[31m';
const String green = '\x1B[32m';
const String blue = '\x1B[34m';
Expand Down
2 changes: 1 addition & 1 deletion cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: supadart
description: Generate Dart classes from your Supabase schema.
version: 1.6.9
version: 1.7.0

repository: https://github.com/mmvergara/supadart
homepage: https://github.com/mmvergara/supadart
Expand Down

0 comments on commit 77aaec5

Please sign in to comment.