From f39867050cf7102daeb9b7481e5f540a5a8b3fbf Mon Sep 17 00:00:00 2001 From: ark4579 Date: Sat, 10 Apr 2021 15:14:23 +0500 Subject: [PATCH] v0.0.5 changelog updated --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a2a1cc..61857f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.0.5 + +- Updated BaseDj structure. +- Updated Description in pubspec.yaml +- Added an example and also updated it in README.md + ## 0.0.4 - Removed dart.io dependency diff --git a/pubspec.yaml b/pubspec.yaml index 6655a7c..364b99f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dj description: Auto-Generate Dart and Flutter Code while retaining manual user updates to generated code. -version: 0.0.4 +version: 0.0.5 homepage: https://www.ark4579.com repository: https://github.com/ARK4579/dj issue_tracker: https://github.com/ARK4579/dj/issues