Skip to content

Commit

Permalink
🔖 v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iota9star committed May 10, 2023
1 parent 1b51057 commit 8fe2064
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.0

- Refactoring codegen.
- Allow override env value.

## 0.2.0

- Add ignore lint.
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: env2dart
description: A simple way to generate `dart` code from a `.env` file.
version: 0.2.0
version: 0.3.0
repository: https://github.com/fluttercandies/env2dart

environment:
Expand All @@ -15,6 +15,7 @@ dependencies:
built_collection: ^5.1.1
built_value: ^8.4.4
code_builder: ^4.4.0
collection: ^1.17.1
dart_style: ^2.3.0
dolumns: ^2.0.0
path: ^1.8.3
Expand Down

0 comments on commit 8fe2064

Please sign in to comment.