Skip to content

Commit

Permalink
Bump and changelog to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Lesches committed Dec 23, 2024
1 parent 20aa7e9 commit ccaa731
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion pkgs/pubspec_parse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.5.0

- Add `Pubspec.workspace` and `Pubspec.resolution` fields.

## 1.4.0

- Require Dart 3.2
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/pubspec_parse/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -9,7 +9,7 @@ topics:
- dart-pub

environment:
sdk: ^3.6.0
sdk: ^3.2.0

dependencies:
checked_yaml: ^2.0.1
Expand Down

0 comments on commit ccaa731

Please sign in to comment.