Skip to content

Commit

Permalink
Version 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Oct 2, 2022
1 parent c935112 commit f6f17c8
Show file tree
Hide file tree
Showing 4 changed files with 13 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.14.1 - 2022-10-02
### Changed
- update to BlueR 0.15.1

## 0.13.2 - 2022-01-24
### Changed
- update to BlueR 0.13.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.14.0"
version = "0.14.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>", "BlueR contributors"]
Expand All @@ -27,7 +27,7 @@ name = "rfcat"
path = "src/rfcat.rs"

[dependencies]
bluer = { version = "0.15.0", path = "../bluer", features = ["full"] }
bluer = { version = "0.15.1", path = "../bluer", features = ["full"] }
futures = "0.3"
tokio = { version = "1", features = [
"io-std",
Expand Down
6 changes: 6 additions & 0 deletions bluer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.1 - 2022-10-02
### Fixed
- correct D-Bus AuthorizeService name by hugmanrique
### Changed
- limit nix features by rtzoeller

## 0.15.0 - 2022-04-21
### Changed
- Update uuid crate to 1.0.
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.0"
version = "0.15.1"
description = "BlueR: official Rust interface to the Linux Bluetooth protocol stack (BlueZ)"
readme = "README.md"
authors = [
Expand Down

0 comments on commit f6f17c8

Please sign in to comment.