Skip to content

Commit 8a88a93

Browse files
dcharkesmit-mit
authored andcommitted
Update SDK constraint to 2.6.0 stable and release 0.1.3 stable (flutter#20)
1 parent de89e5b commit 8a88a93

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 0.1.3
4+
5+
Stable release incorporating all the previous dev release changes.
6+
7+
Bump SDK constraint to `>= 2.6.0`.
8+
39
## 0.1.3-dev.4
410

511
Bump SDK constraint to `>= 2.6.0-dev.8.2` which contains the new API of `dart:ffi`.

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.3-dev.4
2+
version: 0.1.3
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.6.0-dev.8.2 <3.0.0'
8+
sdk: '>=2.6.0 <3.0.0'
99

1010
dependencies:
1111

0 commit comments

Comments
 (0)