Skip to content

Commit

Permalink
Update CHANGELOG.md with recent changes
Browse files Browse the repository at this point in the history
And bumb version to 0.5, since this is pretty significant, non-
backward compatible change for macOS users.
  • Loading branch information
pcolby committed Aug 7, 2023
1 parent 4094bfb commit 182a322
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@

## [Unreleased][]

### Added

- Warn when requesting an unsupported scan timeout ([4094bfb][])

### Changed

- Switch macOS CLI to Application Bundle ([#9][])
- Upgrade to Qt 6.6.0.

### Fixed

- Correctly exit on discovery agent errors ([7f70715][])

## [0.4.0][] (2023-06-03)

### Added
Expand Down Expand Up @@ -94,6 +103,9 @@ Thanks to [@lnxsr](https://github.com/lnxsr) for contributing to this release.
[0.1.1]: https://github.com/pcolby/dokit/releases/tag/v0.1.1
[0.1.0]: https://github.com/pcolby/dokit/releases/tag/v0.1.0

[4094bfb]: https://github.com/pcolby/dokit/commit/4094bfb218df20e1d34222b0b701fad8f57b0f2b "Warn when requesting an unsupported scan timeout"
[7f70715]: https://github.com/pcolby/dokit/commit/7f7071554cdb8170aeeaa7fb51fec26535f00321 "Correctly exit on discovery agent errors"
[#9]: https://github.com/pcolby/dokit/issues/9 "QBluetoothDeviceDiscoveryAgent::MissingPermissionsError when running on arm macos #9"
[Pokit Meter]: https://www.pokitinnovations.com/pokit-meter/
[Pokit Pro]: https://www.pokitinnovations.com/pokit-pro/
[Qt]: https://www.qt.io/
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

project(Dokit VERSION 0.4.1 LANGUAGES CXX)
project(Dokit VERSION 0.5.0 LANGUAGES CXX)

set(PROJECT_PRE_RELEASE pre)
#set(PROJECT_PRE_RELEASE rc1)
Expand Down

0 comments on commit 182a322

Please sign in to comment.