From 0f22e960a046205ea3a95cbb31df8f5071ef1915 Mon Sep 17 00:00:00 2001 From: iota9star Date: Wed, 10 May 2023 16:40:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v0.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e3f843..52505ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.3.1 + +- Add more log info +- Add more code comments + ## 0.3.0 - Refactoring codegen. diff --git a/pubspec.yaml b/pubspec.yaml index a80fef1..22baea7 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.3.0 +version: 0.3.1 repository: https://github.com/fluttercandies/env2dart environment: