-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4cbd7af
commit 594ae13
Showing
3 changed files
with
77 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,46 @@ | ||
Please see the [version history](https://github.com/dart-lang/setup-dart/blob/main/README.md#version-history) in the README.md file. | ||
## v1.4.0 | ||
|
||
* Automatically create OIDC token for pub.dev. | ||
* Add a reusable workflow for publishing. | ||
|
||
## v1.3.0 | ||
|
||
* The install location of the Dart SDK is now available | ||
in an environment variable, `DART_HOME` | ||
([#43](https://github.com/dart-lang/setup-dart/issues/43)). | ||
* Fixed an issue where cached downloads could lead to unzip issues | ||
on self-hosted runners | ||
([#35](https://github.com/dart-lang/setup-dart/issues/35)). | ||
|
||
## v1.2.0 | ||
|
||
* Fixed a path issue impacting git dependencies on Windows. | ||
|
||
## v1.1.0 | ||
|
||
* Added a `flavor` option setup.sh to allow downloading unpublished builds. | ||
|
||
## v1.0.0 | ||
|
||
* Promoted to 1.0 stable. | ||
|
||
## v0.5 | ||
|
||
* Fixed a Windows `pub global activate` path issue. | ||
|
||
## v0.4 | ||
|
||
* Removed previously deprecated input `channel`. Use the `sdk` input instead. | ||
* Added support for specifying the CPU architecture. | ||
|
||
## v0.3 | ||
|
||
* Added support for installing SDKs from the `main` channel. | ||
|
||
## v0.2 | ||
|
||
* Added support for installing a specific SDK version (e.g. `2.10.0`). | ||
|
||
## v0.1 | ||
|
||
* Initial version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters