Skip to content

Commit 9e2a469

Browse files
authored
[ffi] Bump the version and update changelog (dart-archive/ffi#64)
1 parent 4832e4d commit 9e2a469

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pkgs/ffi/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.2.0-nullsafety.1
4+
5+
Adds an optional named `length` argument to `Utf8.fromUtf8()`.
6+
37
## 0.2.0-nullsafety.0
48

59
Pre-release (non-stable) release supporting null safety.

pkgs/ffi/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ffi
2-
version: 0.2.0-nullsafety.0
2+
version: 0.2.0-nullsafety.1
33
homepage: https://github.com/dart-lang/ffi
44
description: Utilities for working with Foreign Function Interface (FFI) code.
55

0 commit comments

Comments
 (0)