Skip to content

Commit

Permalink
Release version 0.5.1
Browse files Browse the repository at this point in the history
Changed
- Remove the `GenericAccessService` class ([#18])
- Upgrade to Qt 6.6.3.
- Raise CMake minimum to 3.15.
  • Loading branch information
pcolby committed May 6, 2024
1 parent 2d6fe0f commit af05c10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Changelog[^1]

## [Unreleased][]
## [0.5.2][2024-05-06]

### Changed

- Remove the `GenericAccessService` class ([#18])
- Upgrade to Qt 6.6.3.
- Raise CMake minimum to 3.15.

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

### Added

- Include switch and charging status in CLI output ([073bce8][])
- Upgrade to Qt 6.6.2.

### Changed

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ set(CMAKE_CXX_EXTENSIONS OFF)

project(Dokit VERSION 0.5.2 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_compile_definitions(PROJECT_PRE_RELEASE="${PROJECT_PRE_RELEASE}")
set(PROJECT_VERSION_SUFFIX "-${PROJECT_PRE_RELEASE}")
Expand Down

0 comments on commit af05c10

Please sign in to comment.