Skip to content

Commit

Permalink
Bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sciguy16 committed Jan 7, 2024
1 parent 4883f32 commit b697163
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 35 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
* Streaming API for scanning for hubs

### Changed
* Major refactor of API

### Deprecated

### Removed

### Fixed

## [v0.4.0]
### Added
* Streaming API for scanning for hubs

### Changed
* Major refactor of API

## [v0.3.0] - 2022-12-10
### Changed
* Update btleplug to 0.10
Expand Down
41 changes: 10 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lego-powered-up/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lego-powered-up"
version = "0.3.0"
version = "0.4.0"
authors = ["David Young <[email protected]>"]
edition = "2021"
license = "MPL-2.0"
Expand All @@ -25,7 +25,7 @@ thiserror = "1"
async-trait = "0.1"
futures = { version = "0.3", default-features = false }
lazy_static = "1"
lpu-macros = "0.1"
lpu-macros = "0.2"
num-traits = "0.2"
uuid = "1"

Expand Down

0 comments on commit b697163

Please sign in to comment.