From f76e7dfd1c35999f5febedade93ebdb53de39ee7 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Tue, 19 Nov 2024 13:11:06 -0800 Subject: [PATCH] Prepare release 6.9 (#1458) --- json_serializable/CHANGELOG.md | 3 ++- json_serializable/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/json_serializable/CHANGELOG.md b/json_serializable/CHANGELOG.md index 7c14862e..cd0ff76f 100644 --- a/json_serializable/CHANGELOG.md +++ b/json_serializable/CHANGELOG.md @@ -1,6 +1,7 @@ -## 6.9.0-wip +## 6.9.0 - Use conditional map syntax to clean up `null` handling in `toJson` functions. +- Fix core Dart type links in docs. - Require Dart 3.5 ## 6.8.0 diff --git a/json_serializable/pubspec.yaml b/json_serializable/pubspec.yaml index 854f2c7f..3a31df77 100644 --- a/json_serializable/pubspec.yaml +++ b/json_serializable/pubspec.yaml @@ -1,5 +1,5 @@ name: json_serializable -version: 6.9.0-wip +version: 6.9.0 description: >- Automatically generate code for converting to and from JSON by annotating Dart classes.