diff --git a/pkgs/pubspec_parse/CHANGELOG.md b/pkgs/pubspec_parse/CHANGELOG.md index a5f0f1a30..1d8ff1dd4 100644 --- a/pkgs/pubspec_parse/CHANGELOG.md +++ b/pkgs/pubspec_parse/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.5.0 + +- Add `Pubspec.workspace` and `Pubspec.resolution` fields. + ## 1.4.0 - Require Dart 3.2 @@ -31,7 +35,7 @@ - Added support for `screenshots` field. - Update `HostedDetails` to reflect how `hosted` dependencies are parsed in Dart 2.15: - - Add `HostedDetails.declaredName` as the (optional) `name` property in a + - Add `HostedDetails.declaredName` as the (optional) `name` property in a `hosted` block. - `HostedDetails.name` now falls back to the name of the dependency if no name is declared in the block. diff --git a/pkgs/pubspec_parse/pubspec.yaml b/pkgs/pubspec_parse/pubspec.yaml index ecf3c7d36..477755c51 100644 --- a/pkgs/pubspec_parse/pubspec.yaml +++ b/pkgs/pubspec_parse/pubspec.yaml @@ -1,5 +1,5 @@ name: pubspec_parse -version: 1.4.0 +version: 1.5.0 description: >- Simple package for parsing pubspec.yaml files with a type-safe API and rich error reporting. @@ -9,7 +9,7 @@ topics: - dart-pub environment: - sdk: ^3.6.0 + sdk: ^3.2.0 dependencies: checked_yaml: ^2.0.1