We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c003e commit 9a04e6dCopy full SHA for 9a04e6d
README.md
@@ -134,7 +134,7 @@ jobs:
134
sdk: [stable, beta, dev]
135
steps:
136
- uses: actions/checkout@v2
137
- - uses: dart-lang/setup-dart@main
+ - uses: dart-lang/setup-dart@v1
138
with:
139
sdk: ${{ matrix.sdk }}
140
- name: Install dependencies
@@ -154,7 +154,7 @@ jobs:
154
sdk: [2.9.0, 2.8.1]
155
156
157
158
159
160
@@ -169,6 +169,9 @@ jobs:
169
170
# Version history
171
172
+## v1.0
173
+ * Promoted to 1.0 stable.
174
+
175
## v0.5
176
* Fixed a Windows `pub global activate` path issue.
177
0 commit comments