Skip to content

Commit

Permalink
Release version 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Dec 22, 2024
1 parent 5c65691 commit 4467df3
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.3][] (2024-12-23)

### Added

- Support for LLVM-based coverage reporting with Clang.

### Changed

- Internationalisation improvements.
- Upgrade to Doxygen 1.11.0.
- Upgrade to Qt 6.8.0, and 6.7.3.

Expand Down Expand Up @@ -135,7 +136,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.2...HEAD
[Unreleased]: https://github.com/pcolby/dokit/compare/v0.5.3...HEAD
[0.5.3]: https://github.com/pcolby/dokit/releases/tag/v0.5.3
[0.5.2]: https://github.com/pcolby/dokit/releases/tag/v0.5.2
[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
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ if (NOT DEFINED CMAKE_MESSAGE_LOG_LEVEL AND DEFINED ENV{CMAKE_MESSAGE_LOG_LEVEL}
set(CMAKE_MESSAGE_LOG_LEVEL "$ENV{CMAKE_MESSAGE_LOG_LEVEL}")
endif()

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 4467df3

Please sign in to comment.