ockam_transport_ble 0.22.0

Bluetooth Low Energy (BLE) Transport for the Ockam Routing Protocol.
Documentation
# Changelog
All notable changes to this project 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.18.0 - 2022-06-30

### Changed

- Update docs and examples

## 0.16.0 - 2022-06-14

### Changed

- Create node builder for easier node initialisation

## 0.15.0 - 2022-06-06

### Changed

- Rename new_context to new_detached
- Updated dependencies

## 0.14.0 - 2022-05-23

### Changed

- Updated dependencies

## 0.13.0 - 2022-05-09

### Changed

- Rename github organization to build-trust
- Updated dependencies

## 0.12.0 - 2022-05-05

### Changed

- Updated dependencies

## 0.11.0 - 2022-05-04

### Changed

- Updated dependencies

## 0.10.0 - 2022-05-04

### Changed

- Updated dependencies

## 0.9.0 - 2022-04-25

### Changed

- Updated dependencies

## 0.8.0 - 2022-04-19

### Changed

- Update broken tests
- Rename error2 to error
- Updated dependencies

### Fixed

- Errors: fix ockam_transport_ble
- Fix various clippy and rustfmt lints

### Removed

- Remove thiserror as it does not support no_std

## 0.7.0 - 2022-04-11

### Changed

- Get rid of common `RouterMessage` in favor of transport-specific structs (ble, ws)
- Tune up some of the documentation
- Rename `mod remote_forwarder` module to `mod remote`, fix examples
- Implement miniature `ockam` command for demo
- Make `Identity` trait immutable
- Updated dependencies

### Fixed

- Insert a temporary mechanism to improve error messages
- Fix clippy warnings

## 0.6.0 - 2022-04-04

### Changed

- Updated dependencies

## 0.5.0 - 2022-03-28

### Changed

- Updated dependencies

## 0.2.0 - 2022-02-22

### Changed

- Initial commit for ockam_transport_ble crate

### Fixed

- Fix `BleTransport` initialization race condition