From 32c3494583cc3d83de1471b2035cde8398e874c1 Mon Sep 17 00:00:00 2001 From: iota9star Date: Wed, 22 Mar 2023 17:15:42 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v0.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 175d861..dff1a1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.7 + +- Add `toString`. + ## 0.1.6 - Improve `toJson`. diff --git a/pubspec.yaml b/pubspec.yaml index b2ec3df..15e0923 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: env2dart description: A simple way to generate `dart` code from a `.env` file. -version: 0.1.6 +version: 0.1.7 repository: https://github.com/fluttercandies/env2dart environment: