Skip to content

Commit

Permalink
ci: bump version to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwang committed Oct 2, 2023
1 parent 51fd210 commit 4f29d29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions generator/CHANGELOG.md
@@ -1,4 +1,11 @@
# Changelog


## 8.0.0

- Add protobuf support
- Add PreventNullToAbsent annotation to allow null sent to server

## 7.0.8
- Use `toJson()` instead of `.name` if enums have `toJson()`.

Expand Down
4 changes: 2 additions & 2 deletions generator/pubspec.yaml
Expand Up @@ -6,7 +6,7 @@ topics:
- build-runner
- codegen
- api
version: 7.0.8
version: 8.0.0
environment:
sdk: '>=2.19.0 <4.0.0'

Expand All @@ -17,7 +17,7 @@ dependencies:
code_builder: ^4.4.0
dart_style: ^2.3.0
dio: ^5.0.0
retrofit: ^4.0.1
retrofit: ^4.0.2
source_gen: ^1.3.0
tuple: ^2.0.1
protobuf: ^3.1.0
Expand Down

0 comments on commit 4f29d29

Please sign in to comment.