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

Rev pubspec and update changelog #194

Merged
merged 4 commits into from
May 9, 2023
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
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Changelog
## 2.0.2

- Fixed a typo in a doc comment.
- Added package topics to the pubspec file.

## 2.0.1

Only zero out memory on successful allocation on Windows.
Upgrade test dev dependency.
- Only zero out memory on successful allocation on Windows.
- Upgrade test dev dependency.

## 2.0.0

Switch Windows memory allocation to use `CoTaskMemAlloc` and `CoTaskMemFree`,
which will enable support for `NativeFinalizer`. This release requires Dart
2.17.0 or greater.
- Switch Windows memory allocation to use `CoTaskMemAlloc` and `CoTaskMemFree`,
which will enable support for `NativeFinalizer`.
- Require Dart 2.17.0 or greater.

## 1.2.1

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ffi
version: 2.0.1
version: 2.0.2
description: Utilities for working with Foreign Function Interface (FFI) code.
repository: https://github.com/dart-lang/ffi

Expand Down