Skip to content

Commit

Permalink
[xdg_directories] Mark as 1.0 (flutter#3091)
Browse files Browse the repository at this point in the history
* [xdg_directories] Mark as 1.0

We've been using this as the foundation for `path_provider_linux` for
quite some time, meaning it's had a lot of real-world testing, and we've
barely needed to change it. Given that, 1.0 better reflects the current
state of the package.

* Style fix
  • Loading branch information
stuartmorgan committed Feb 10, 2023
1 parent 3ff81f0 commit 6e32045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/xdg_directories/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## NEXT
## 1.0.0

* Updates version to 1.0 to reflect the level of API stability.
* Updates minimum SDK version to Flutter 3.0.

## 0.2.0+3
Expand Down
2 changes: 1 addition & 1 deletion packages/xdg_directories/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: xdg_directories
description: A Dart package for reading XDG directory configuration information on Linux.
repository: https://github.com/flutter/packages/tree/main/packages/xdg_directories
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+xdg_directories%22
version: 0.2.0+3
version: 1.0.0

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down

0 comments on commit 6e32045

Please sign in to comment.