Skip to content

Commit b363e4a

Browse files
Bump incremental version after adding allocation routines. (flutter#9)
* Bump incremental version after adding allocation routines. * Changelog * versions
1 parent 47eb69a commit b363e4a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.1.2
4+
5+
* Adds top-level `allocate<T>()` and `free()` methods which can be used as a
6+
replacement for the deprecated `Pointer.allocate<T>()` and `Pointer.free()`
7+
members in `dart:ffi`.
8+
39
## 0.1.1+2
410

511
* Expand readme
@@ -14,4 +20,4 @@
1420

1521
## 0.1.0
1622

17-
* Initial release supporting Utf8
23+
* Initial release supporting Utf8

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: ffi
2-
version: 0.1.1+2
2+
version: 0.1.3-dev.1
33
author: Dart Team <[email protected]>
44
homepage: https://github.com/dart-lang/ffi
55
description: Utilities for working with Foreign Function Interface (FFI) code.
66

77
environment:
8-
sdk: '>=2.5.0 <3.0.0'
8+
sdk: '>=2.6.0-dev.6.0 <3.0.0'
99
documentation: https://pub.dev/documentation/ffi/
1010

1111
dependencies:

0 commit comments

Comments
 (0)