Skip to content

Commit

Permalink
Version 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Feb 1, 2024
1 parent 5458d20 commit 1bbbe0a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Kjetil Jørgensen <kjetijor@gmail.com>
Maxim Khitrov <max@mindx.io>
Gavin Li <gavinli@thegavinli.com>
Ulf Lilleengen <lulf@redhat.com>
Jon Magnuson <jon.magnuson+gh@gmail.com>
Alex Moon <alex@moonspot.org>
Paul Otto
Otávio Ribeiro <otavio.ribeiro@gmail.com>
Daniel Thoma <dthoma@gmx.net>
Sebastian Urban <surban@surban.net>
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.17.0-pre1"
version = "0.17.0"
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 Down Expand Up @@ -28,7 +28,7 @@ name = "rfcat"
path = "src/rfcat.rs"

[dependencies]
bluer = { version = "0.17.0-pre1", path = "../bluer", features = ["full"] }
bluer = { version = "0.17.0", path = "../bluer", features = ["full"] }
futures = "0.3"
tokio = { version = "1", features = [
"io-std",
Expand Down
4 changes: 3 additions & 1 deletion bluer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ 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.17.0 - 2023-11-xx
## 0.17.0 - 2024-02-01
### Changed
- DiscoveryFilter::duplicate_data default is now false
### Fixed
- work around bluetoothd discovery filter crash
### Changed
- minimum supported Rust version is 1.75.0

## 0.16.1 - 2023-09-13
### Added
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.17.0-pre1"
version = "0.17.0"
description = "BlueR: official Rust interface to the Linux Bluetooth protocol stack (BlueZ)"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion bluer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ To enable all crate features specify the `full` crate feature.
Requirements
------------

The minimum support Rust version (MSRV) is 1.70.
The minimum support Rust version (MSRV) is 1.75.

This library has been tested with [BlueZ 5.60].
Older versions might work, but be aware that many bugs related to GATT handling exist.
Expand Down

0 comments on commit 1bbbe0a

Please sign in to comment.