Skip to content

Commit

Permalink
Merge branch 'release/ffi-0.22.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
turboladen committed Mar 31, 2022
2 parents e0574a6 + c0d0d53 commit 6239161
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wise_units-ffi"
version = "0.22.0"
version = "0.22.1"
description = "FFI wrapper for wise_units"
repository = "https://github.com/agrian-inc/wise_units"
license = "MIT"
Expand All @@ -10,7 +10,7 @@ publish = ["agrian-registry"]

[dependencies]
ffi_common = { version = "0.7", registry = "agrian-registry" }
wise_units = { version = "0.21", registry = "agrian-registry" }
wise_units = { version = "0.22", registry = "agrian-registry" }

[build-dependencies]
cbindgen = "0.20"
Expand Down
6 changes: 6 additions & 0 deletions ffi/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.22.1] - 2022-03-23

### Fixed

- Actually point this crate to `wise_units` 0.22.0 🤦.

## [0.22.0] - 2022-03-23

### Changed
Expand Down

0 comments on commit 6239161

Please sign in to comment.