diff --git a/pkg/native_stack_traces/CHANGELOG.md b/pkg/native_stack_traces/CHANGELOG.md index 5ad01ebd7af..b96e9658324 100644 --- a/pkg/native_stack_traces/CHANGELOG.md +++ b/pkg/native_stack_traces/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.6 + +- Upgrade to `package:lints` 2.0. +- Populate the pubspec `repository` field. + ## 0.4.5 - Handle stack traces larger than 100 entries. diff --git a/pkg/native_stack_traces/README.md b/pkg/native_stack_traces/README.md index 4e609d51af8..aeb39f9a743 100644 --- a/pkg/native_stack_traces/README.md +++ b/pkg/native_stack_traces/README.md @@ -1,4 +1,5 @@ -# native_stack_traces +[![pub package](https://img.shields.io/pub/v/native_stack_traces.svg)](https://pub.dev/packages/native_stack_traces) +[![package publisher](https://img.shields.io/pub/publisher/native_stack_traces.svg)](https://pub.dev/packages/native_stack_traces/publisher) This package provides libraries and a utility for decoding non-symbolic stack traces generated by an AOT-compiled Dart application. diff --git a/pkg/native_stack_traces/pubspec.yaml b/pkg/native_stack_traces/pubspec.yaml index ad5add02519..78b29ebfaf4 100644 --- a/pkg/native_stack_traces/pubspec.yaml +++ b/pkg/native_stack_traces/pubspec.yaml @@ -1,5 +1,5 @@ name: native_stack_traces -version: 0.4.5 +version: 0.4.6 description: Utilities for working with non-symbolic stack traces. repository: https://github.com/dart-lang/sdk/tree/main/pkg/native_stack_traces