diff --git a/CHANGELOG.md b/CHANGELOG.md index f906a87..5722045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.9.1-dev + +* Populate the pubspec `repository` field. + # 1.9.0 * Add `SourceSpanWithContextExtension.subspan` that returns a diff --git a/README.md b/README.md index 4e2547e..be91deb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Dart CI](https://github.com/dart-lang/source_span/actions/workflows/test-package.yml/badge.svg)](https://github.com/dart-lang/source_span/actions/workflows/test-package.yml) +[![pub package](https://img.shields.io/pub/v/source_span.svg)](https://pub.dev/packages/source_span) +[![package publisher](https://img.shields.io/pub/publisher/source_span.svg)](https://pub.dev/packages/source_span/publisher) + `source_span` is a library for tracking locations in source code. It's designed to provide a standard representation for source code locations and spans so that disparate packages can easily pass them among one another, and to make it easy diff --git a/pubspec.yaml b/pubspec.yaml index 84db52e..63a64b0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,7 @@ name: source_span -version: 1.9.0 - +version: 1.9.1-dev description: A library for identifying source spans and locations. -homepage: https://github.com/dart-lang/source_span +repository: https://github.com/dart-lang/source_span environment: sdk: ">=2.14.0 <3.0.0"