Skip to content

Commit cdc6cb3

Browse files
committed
Release v0.2.0
1 parent b4c0d0c commit cdc6cb3

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## 0.2.0 - 2024-01-02
9+
10+
- Update `embassy-time` from v0.3 to v0.4.

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT OR Apache-2.0"
66
name = "bt-hci"
77
repository = "https://github.com/embassy-rs/bt-hci"
8-
version = "0.1.2"
8+
version = "0.2.0"
99
documentation = "https://docs.rs/bt-hci"
1010
keywords = ["bluetooth", "hci", "BLE"]
1111
categories = ["embedded", "hardware-support", "no-std"]

0 commit comments

Comments
 (0)