Skip to content

Commit

Permalink
Release version 0.5.0
Browse files Browse the repository at this point in the history
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][])
  • Loading branch information
pcolby committed Nov 25, 2023
1 parent 9fad9d6 commit 04b5cf1
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,6 +1,6 @@
# Changelog[^1]

## [Unreleased][]
## [0.5.0][] (2023-11-25)

### Added

Expand Down Expand Up @@ -95,7 +95,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.4.0...HEAD
[Unreleased]: https://github.com/pcolby/dokit/compare/v0.5.0...HEAD
[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
[0.2.0]: https://github.com/pcolby/dokit/releases/tag/v0.2.0
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.0 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 04b5cf1

Please sign in to comment.