From e8d42faf96f4168a9590c16ad6d84bbab8807416 Mon Sep 17 00:00:00 2001 From: Slava Egorov Date: Wed, 9 Aug 2023 13:26:37 +0200 Subject: [PATCH] Prepare to publish v0.1.0 (#4) --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: