Skip to content

Commit 4cbd7af

Browse files
authored
update the readme to reflect the latest version (#66)
* update the readme to reflect the latest version * Update README.md
1 parent 7361df6 commit 4cbd7af

File tree

1 file changed

+28
-19
lines changed

1 file changed

+28
-19
lines changed

README.md

+28-19
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- uses: actions/checkout@v3
57-
- uses: dart-lang/setup-dart@v1.3
57+
- uses: dart-lang/setup-dart@v1
5858

5959
- name: Install dependencies
6060
run: dart pub get
@@ -116,7 +116,7 @@ jobs:
116116
sdk: [stable, beta, dev, 2.10.3, 2.12.0-29.10.beta]
117117
steps:
118118
- uses: actions/checkout@v3
119-
- uses: dart-lang/setup-dart@v1.3
119+
- uses: dart-lang/setup-dart@v1
120120
with:
121121
sdk: ${{ matrix.sdk }}
122122

@@ -145,7 +145,7 @@ jobs:
145145
sdk: [stable, beta, dev]
146146
steps:
147147
- uses: actions/checkout@v3
148-
- uses: dart-lang/setup-dart@v1.3
148+
- uses: dart-lang/setup-dart@v1
149149
with:
150150
sdk: ${{ matrix.sdk }}
151151
- name: Install dependencies
@@ -165,7 +165,7 @@ jobs:
165165
sdk: [2.9.0, 2.8.1]
166166
steps:
167167
- uses: actions/checkout@v3
168-
- uses: dart-lang/setup-dart@v1.3
168+
- uses: dart-lang/setup-dart@v1
169169
with:
170170
sdk: ${{ matrix.sdk }}
171171
- name: Install dependencies
@@ -180,43 +180,52 @@ jobs:
180180

181181
# Version history
182182

183+
## v1.4
184+
185+
* Automatically create OIDC token for pub.dev.
186+
* Add a reusable workflow for publishing.
187+
183188
## v1.3
184-
* The install location of the Dart SDK is now available
185-
in an environment variable, `DART_HOME`
186-
([#43](https://github.com/dart-lang/setup-dart/issues/43))
187189

188-
* Fixed an issue where cached downloads could lead to unzip issues
189-
on self-hosted runners
190-
([#35](https://github.com/dart-lang/setup-dart/issues/35))
190+
* The install location of the Dart SDK is now available
191+
in an environment variable, `DART_HOME`
192+
([#43](https://github.com/dart-lang/setup-dart/issues/43)).
193+
* Fixed an issue where cached downloads could lead to unzip issues
194+
on self-hosted runners
195+
([#35](https://github.com/dart-lang/setup-dart/issues/35)).
191196

192197
## v1.2
193-
* Fixed a path issue impacting git dependencies on Windows.
198+
199+
* Fixed a path issue impacting git dependencies on Windows.
194200

195201
## v1.1
196-
* Added a `flavor` option setup.sh to allow downloading unpublished builds.
202+
203+
* Added a `flavor` option setup.sh to allow downloading unpublished builds.
197204

198205
## v1.0
199-
* Promoted to 1.0 stable.
206+
207+
* Promoted to 1.0 stable.
200208

201209
## v0.5
202-
* Fixed a Windows `pub global activate` path issue.
210+
211+
* Fixed a Windows `pub global activate` path issue.
203212

204213
## v0.4
205214

206-
* Removed previously deprecated input `channel`. Use the `sdk` input instead.
207-
* Added support for specifying the CPU architecture.
215+
* Removed previously deprecated input `channel`. Use the `sdk` input instead.
216+
* Added support for specifying the CPU architecture.
208217

209218
## v0.3
210219

211-
* Added support for installing SDKs from the `main` channel.
220+
* Added support for installing SDKs from the `main` channel.
212221

213222
## v0.2
214223

215-
* Added support for installing a specific SDK version (e.g. `2.10.0`).
224+
* Added support for installing a specific SDK version (e.g. `2.10.0`).
216225

217226
## v0.1
218227

219-
* Initial version.
228+
* Initial version.
220229

221230
# License
222231

0 commit comments

Comments
 (0)