Skip to content

Commit f8af242

Browse files
authored
Prepare to release v0.3.1 (google#93)
1 parent 5cf6455 commit f8af242

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

json_serializable/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
## 0.3.1-dev
1+
## 0.3.1
22

33
* Add a `build.yaml` so the builder can be consumed by users of `build_runner`
44
version 0.7.0.
55

6+
* Now requires a Dart `2.0.0-dev` release.
7+
68
## 0.3.0
79

810
* **NEW** top-level library `json_serializable.dart`.

json_serializable/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_serializable
2-
version: 0.3.1-dev
2+
version: 0.3.1
33
author: Dart Team <misc@dartlang.org>
44
description: Generates utilities to aid in serializing to/from JSON.
55
homepage: https://github.com/dart-lang/json_serializable

0 commit comments

Comments
 (0)