Skip to content

Commit 1bf43bf

Browse files
itsjustkevinCommit Queue
authored andcommitted
Version 3.6.1
Change-Id: I0a5488b61d3475850a2921d5277615f6be94e02c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/403381 Reviewed-by: Alexander Thomas <[email protected]> Commit-Queue: Kevin Chisholm <[email protected]>
1 parent 46a20c1 commit 1bf43bf

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1-
## 3.6.1
1+
## 3.6.1 - 2025-01-08
22

33
- When inside a pub workspace, `pub get` will now delete stray
44
`.dart_tool/package_config.json` files in directories between the
55
workspace root and workspace directories. Preventing confusing behavior
66
when migrating a repository to pub workspaces (issue [pub#4445][]).
7-
87
- Fixes crash during AOT and dart2wasm compilation which was caused by
98
the incorrect generic covariant field in a constant object (issue
109
[#57084][]).
11-
1210
- Fixes analysis options discovery in the presence of workspaces
1311
(issue [#56552][]).
1412

1513
[pub#4445]: https://github.com/dart-lang/pub/issues/4445
1614
[#57084]: https://github.com/dart-lang/sdk/issues/57084
1715
[#56552]: https://github.com/dart-lang/sdk/issues/56552
1816

19-
## 3.6.0
17+
## 3.6.0 - 2024-12-11
2018

2119
### Language
2220

tools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
CHANNEL stable
2727
MAJOR 3
2828
MINOR 6
29-
PATCH 0
29+
PATCH 1
3030
PRERELEASE 0
3131
PRERELEASE_PATCH 0

0 commit comments

Comments
 (0)