Skip to content

Commit

Permalink
Version 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Nov 30, 2022
1 parent f1d5a0f commit 0310df7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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.15.3 - 2022-11-30
### Changed
- update to BlueR 0.15.3

## 0.15.2 - 2022-11-30
### Changed
- update to BlueR 0.15.2
Expand Down
4 changes: 2 additions & 2 deletions bluer-tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bluer-tools"
version = "0.15.2"
version = "0.15.3"
description = "BlueR tools: swiss army knife for GATT services, L2CAP and RFCOMM sockets on Linux"
readme = "README.md"
authors = ["Sebastian Urban <surban@surban.net>", "BlueR contributors"]
Expand All @@ -27,7 +27,7 @@ name = "rfcat"
path = "src/rfcat.rs"

[dependencies]
bluer = { version = "0.15.2", path = "../bluer", features = ["full"] }
bluer = { version = "0.15.3", path = "../bluer", features = ["full"] }
futures = "0.3"
tokio = { version = "1", features = [
"io-std",
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.15.3 - 2022-11-30
### Fixed
- documentation build on docs.rs

## 0.15.2 - 2022-11-30
### Fixed
- use proper D-Bus type for advertising_data by Paul Otto
Expand Down
2 changes: 1 addition & 1 deletion bluer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bluer"
version = "0.15.3-pre1"
version = "0.15.3"
description = "BlueR: official Rust interface to the Linux Bluetooth protocol stack (BlueZ)"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 0310df7

Please sign in to comment.