Skip to content

Commit

Permalink
Release version 0.5.1
Browse files Browse the repository at this point in the history
Added
- Include switch and charging status in CLI output ([073bce8][])

Changed
- Upgrade to Doxygen 1.10.0.
- Upgrade to Qt 6.6.1.

Fixed
- Correct the Calibrate service's Set Parameter characteristic's UUID ([#17][])
  • Loading branch information
pcolby committed Dec 28, 2023
1 parent 52a5062 commit 919a8ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Changelog[^1]

## [Unreleased][]
## [0.5.1][] (2023-12-28)

### Added

- Include switch and charging status in CLI output ([073bce8][])

### Changed

- Upgrade to Doxygen 1.10.0.
- Upgrade to Qt 6.6.1.

### Fixed
Expand Down Expand Up @@ -111,7 +112,8 @@ Thanks to [@lnxsr](https://github.com/lnxsr) for contributing to this release.
- Support for Linux, macOS and Windows.
- Support for [Qt][] 5.4+ and 6.2+

[Unreleased]: https://github.com/pcolby/dokit/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/pcolby/dokit/compare/v0.5.1...HEAD
[0.5.1]: https://github.com/pcolby/dokit/releases/tag/v0.5.1
[0.5.0]: https://github.com/pcolby/dokit/releases/tag/v0.5.0
[0.4.0]: https://github.com/pcolby/dokit/releases/tag/v0.4.0
[0.3.0]: https://github.com/pcolby/dokit/releases/tag/v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ set(CMAKE_CXX_EXTENSIONS OFF)

project(Dokit VERSION 0.5.1 LANGUAGES CXX)

set(PROJECT_PRE_RELEASE pre)
#set(PROJECT_PRE_RELEASE pre)
#set(PROJECT_PRE_RELEASE rc1)
#unset(PROJECT_PRE_RELEASE)
unset(PROJECT_PRE_RELEASE)
if (PROJECT_PRE_RELEASE)
add_definitions(-DPROJECT_PRE_RELEASE="${PROJECT_PRE_RELEASE}")
set(PROJECT_VERSION_SUFFIX "-${PROJECT_PRE_RELEASE}")
Expand Down

0 comments on commit 919a8ca

Please sign in to comment.