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
Prepare to publish
Bump the min SDk to `2.11.0-0`. There were changes previously which
appear to depend on changes in the SDK that were not reflected in the
lower bound constraint, bump to a much more recent SDK for safety.
  • Loading branch information
natebosch committed Oct 13, 2020
commit 12681a1d062e49ab6552a781b96898bb8dda79bb
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.10.0-nullsafety.3-dev
## 1.10.0-nullsafety.3

* Fix bug parsing asynchronous suspension gap markers at the end of stack
traces.
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-dev
version: 1.10.0-nullsafety.3
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.10.0-0 <2.11.0'
sdk: '>=2.11.0-0 <2.11.0'

dependencies:
path: ^1.8.0-nullsafety
Expand Down