Skip to content

Commit

Permalink
Prepare for 0.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Mar 25, 2024
1 parent 93d349d commit 534cc22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Changelog

## Unreleased
## 0.1.1

### New features

- Implemented `Hash` for `Code`.
- Implemented `serde::Serialize` and `serde::Deserialize` for `Code`, behind new `serde` feature
flag.

### Other changes

- Added example of using the library with a CC1101 module connected to a Raspberry Pi.

## 0.1.0

Initial release.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rfbutton"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "A library for decoding 433 MHz RF remote codes."
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 534cc22

Please sign in to comment.