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

Bump incremental version after adding allocation routines. #9

Merged
merged 3 commits into from
Oct 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.1.2

* Adds top-level `allocate<T>()` and `free()` methods which can be used as a
replacement for the deprecated `Pointer.allocate<T>()` and `Pointer.free()`
members in `dart:ffi`.

## 0.1.1+2

* Expand readme
Expand All @@ -14,4 +20,4 @@

## 0.1.0

* Initial release supporting Utf8
* Initial release supporting Utf8
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: ffi
version: 0.1.1+2
version: 0.1.3-dev.1
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/ffi
description: Utilities for working with Foreign Function Interface (FFI) code.

environment:
sdk: '>=2.5.0 <3.0.0'
sdk: '>=2.6.0-dev.6.0 <3.0.0'
documentation: https://pub.dev/documentation/ffi/

dependencies:
Expand Down