Skip to content

Commit ef45ca3

Browse files
authored
Prepare to publish v0.1.0 (dart-archive/native_synchronization#4)
1 parent 473f72a commit ef45ca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkgs/native_synchronization/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.1.0-wip
1+
## 0.1.0
22

33
- Initial version.
44
- Expose `Mutex` and `ConditionVariable`

pkgs/native_synchronization/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: native_synchronization
22
description: Low level synchronization primitives built on dart:ffi.
3-
version: 0.1.0-wip
3+
version: 0.1.0
44
repository: https://github.com/dart-lang/native_synchronization
55

66
environment:

0 commit comments

Comments
 (0)