Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.1

- **Changed**: Updated analyzer compatibility

## 5.0.0

- **ADDED**: Cache parsed pubspec content to improve performance.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >
Code generator pubspec.yaml.g.dart from pubspec.yaml.
Just import `pubspec_generator` and then run `dart run build_runner build`

version: 5.0.0
version: 5.0.1

repository: https://github.com/PlugFox/pubspec_generator/tree/master

Expand Down
Loading