Skip to content

Commit

Permalink
Version 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Dec 16, 2021
1 parent 092458a commit 6bf2b0c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions bluer-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to BlueR tools 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.13.1 - 2021-12-16
### Changed
- update to BlueR 0.13.1

## 0.13.0 - 2021-11-10
### Added
- rfcat
Expand Down
6 changes: 3 additions & 3 deletions bluer-tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "bluer-tools"
version = "0.13.0"
version = "0.13.1"
description = "BlueR tools: swiss army knife for GATT services, L2CAP and RFCOMM sockets on Linux"
readme = "README.md"
authors = ["Sebastian Urban <surban@surban.net>"]
repository = "https://github.com/bluez/bluer"
keywords = ["bluetooth", "bluez", "ble", "gatt", "l2cap"]
keywords = ["bluetooth", "bluez", "gatt", "l2cap", "rfcomm"]
categories = ["hardware-support", "command-line-utilities"]
license = "BSD-2-Clause"
edition = "2018"
Expand All @@ -27,7 +27,7 @@ name = "rfcat"
path = "src/rfcat.rs"

[dependencies]
bluer = { version = "0.13.0", path = "../bluer" }
bluer = { version = "0.13.1", path = "../bluer" }
futures = "0.3"
tokio = { version = "1", features = ["io-std", "io-util", "process", "rt-multi-thread"] }
clap = "=3.0.0-beta.5"
Expand Down
4 changes: 4 additions & 0 deletions bluer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to BlueR 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.13.1 - 2021-12-16
### Changed
- fix manufacturer data property change events not working

## 0.13.0 - 2021-11-11
### Added
- RFCOMM sockets
Expand Down
4 changes: 2 additions & 2 deletions bluer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bluer"
version = "0.13.0"
version = "0.13.1"
description = "BlueR: official Rust interface to the Linux Bluetooth protocol stack (BlueZ)"
readme = "README.md"
authors = [
Expand All @@ -9,7 +9,7 @@ authors = [
"Ben Stern <bstern@fortian.com>",
]
repository = "https://github.com/bluez/bluer"
keywords = ["bluetooth", "bluez", "ble", "gatt", "l2cap"]
keywords = ["bluetooth", "bluez", "gatt", "l2cap", "rfcomm"]
categories = ["asynchronous", "hardware-support", "os::linux-apis"]
license = "BSD-2-Clause"
edition = "2018"
Expand Down

0 comments on commit 6bf2b0c

Please sign in to comment.