Skip to content

Commit

Permalink
Release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Jul 18, 2022
1 parent 83b0670 commit 05e4902
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## 3.2.0 (Unreleased)
## 3.2.0

- Fixes pubspec config detection.
- Fixes watch flag abbr parsing.
- Introduces `ignored_rules` feature which allows to specify ignore rules for generated files.
- Introduces `sub_groups` feature.

## 3.1.0

Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: spider
description: A small dart command-line tool for generating dart references of assets from the assets folder.
version: 3.1.0
version: 3.2.0
homepage: https://github.com/BirjuVachhani/spider

environment:
Expand Down

0 comments on commit 05e4902

Please sign in to comment.