From 1d51fcc172e5adfbae6e82c3f8f119774cb2fca2 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Wed, 15 Jun 2022 19:29:15 -0700 Subject: [PATCH] Prepare to publish (#61) --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbef334..fac1f23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.1.0-dev +## 2.1.0 * Return empty results instead of throwing when trying to list a path that does not exist. diff --git a/pubspec.yaml b/pubspec.yaml index 37a37fd..d6070d9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: glob -version: 2.1.0-dev +version: 2.1.0 description: Bash-style filename globbing. repository: https://github.com/dart-lang/glob