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

Commit e8d42fa

Browse files
authored
Prepare to publish v0.1.0 (#4)
1 parent 94f15fe commit e8d42fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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`

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)