Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
Update to version 1.0.0
Browse files Browse the repository at this point in the history
R=floitsch@google.com

Review-Url: https://codereview.chromium.org//1654813002 .
  • Loading branch information
lrhn committed Jan 23, 2017
1 parent b0f4bb1 commit 373a11c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
@@ -1,22 +1,26 @@
###0.2.3
## 1.0.0

* Change to using `package:test` for testing.

This comment has been minimized.

Copy link
@kevmoo

kevmoo Jan 28, 2017

Contributor

FYI @lrhn – this was done in 0.2.3

Was there any big delta for this release?

This comment has been minimized.

Copy link
@lrhn

lrhn Jan 29, 2017

Author Contributor

No, this was an old CL I had lying around - I didn't notice that the change was already med (no conflict - yey!).
There just wasn't any good reason to keep the package at a sub-1.0 version number, so I upgraded it to 1.0.0.


## 0.2.3

* Fixed strong mode analysis errors.
* Migrated tests to package:test.

###0.2.2
## 0.2.2

* Made `Isolate.kill` parameter `priority` a named parameter.

###0.2.1
## 0.2.1

* Fixed spelling in a number of doc comments and the README.

###0.2.0
## 0.2.0

* Renamed library `isolaterunner.dart` to `isolate_runner.dart`.
* Renamed library `loadbalancer.dart' to `load_balancer.dart`.

###0.1.0
## 0.1.0

* Initial version
* Adds IsolateRunner as a helper around Isolate.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,5 +1,5 @@
name: isolate
version: 0.2.3
version: 1.0.0
author: Dart Team <misc@dartlang.org>
description: Utility functions and classes related to the 'dart:isolate' library.
homepage: https://github.com/dart-lang/isolate
Expand Down

0 comments on commit 373a11c

Please sign in to comment.