Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 4ddd86d

Browse files
authored
Prepare 1.11.1 release (#137)
1 parent d3e4c4d commit 4ddd86d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.11.1
2+
3+
* Make use of `@pragma('vm:awaiter-link')` to make package work better with
4+
Dart VM's builtin awaiter stack unwinding. No other changes.
5+
16
## 1.11.0
27

38
* Added the parameter `zoneValues` to `Chain.capture` to be able to use custom

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: stack_trace
2-
version: 1.11.0
2+
version: 1.11.1
33
description: A package for manipulating stack traces and printing them readably.
44
repository: https://github.com/dart-lang/stack_trace
55

0 commit comments

Comments
 (0)