diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c03a6..09b4b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.1.0-wip +## 0.1.0 - Initial version. - Expose `Mutex` and `ConditionVariable` diff --git a/pubspec.yaml b/pubspec.yaml index f715012..b1d3f7d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: native_synchronization description: Low level synchronization primitives built on dart:ffi. -version: 0.1.0-wip +version: 0.1.0 repository: https://github.com/dart-lang/native_synchronization environment: