Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.10.0-nullsafety.4

* Allow the `2.10.0` stable and dev SDKs.

## 1.10.0-nullsafety.3

* Fix bug parsing asynchronous suspension gap markers at the end of stack
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: stack_trace
version: 1.10.0-nullsafety.3
version: 1.10.0-nullsafety.4
description: A package for manipulating stack traces and printing them readably.
homepage: https://github.com/dart-lang/stack_trace

environment:
# This must remain a tight constraint until nnbd is stable
sdk: '>=2.11.0-0 <2.11.0'
sdk: '>=2.10.0-0.0.dev <2.11.0'

dependencies:
path: ^1.8.0-nullsafety
Expand Down