Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Update pubspec.yaml (#89)
Browse files Browse the repository at this point in the history
* Update pubspec.yaml

* update the changelog
  • Loading branch information
devoncarew authored May 8, 2023
1 parent 1dc07da commit f81b042
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.2.2-dev
## 2.2.2

- Require Dart 2.19
- Added package topics to the pubspec file.
- Require Dart 2.19.

## 2.2.1

Expand Down
5 changes: 4 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: benchmark_harness
version: 2.2.2-dev
version: 2.2.2
description: The official Dart project benchmark harness.
repository: https://github.com/dart-lang/benchmark_harness

topics:
- benchmarking

environment:
sdk: '>=2.19.0 <3.0.0'

Expand Down

0 comments on commit f81b042

Please sign in to comment.