Skip to content

Commit

Permalink
prepare next development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
fredszaq committed Feb 23, 2021
1 parent 4be7bfa commit edcf5d6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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).

## [Unreleased]
### Added

### Changed

### Fixed

## [0.5.0]
### Added
- `CDrop` and `CReprOf` are now implemented for `u8` and `i8`.
Expand Down Expand Up @@ -62,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- first release

[Unreleased]: https://github.com/sonos/ffi-convert-rs/compare/0.5.0...HEAD
[0.5.0]: https://github.com/sonos/ffi-convert-rs/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/sonos/ffi-convert-rs/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/sonos/ffi-convert-rs/compare/0.2.2...0.3.0
Expand Down
2 changes: 1 addition & 1 deletion ffi-convert-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ffi-convert-derive"
version = "0.5.0"
version = "0.6.0-pre"
authors = ["Sonos"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion ffi-convert-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ffi-convert-tests"
version = "0.5.0"
version = "0.6.0-pre"
authors = ["Sonos"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions ffi-convert/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ffi-convert"
version = "0.5.0"
version = "0.6.0-pre"
authors = ["Sonos"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -10,6 +10,6 @@ readme = "../README.md"
keywords = ["ffi"]

[dependencies]
ffi-convert-derive = "0.5.0"
ffi-convert-derive = { path = "../ffi-convert-derive" }
thiserror = "1.0.20"
libc = "0.2"

0 comments on commit edcf5d6

Please sign in to comment.