Skip to content

Commit

Permalink
Bump to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oclero committed Feb 18, 2024
1 parent 56ae980 commit 431628a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v1.5.0

- Rename `lib` folder into `src`, and `src` subfolder into `source`.
- Add CI jobs to build and test on Windows, Linux and MacOS.
- Follow redirects when downloading.
- Add CMake presets.
- Use CMake FetchContent instead of a Git Submodule for dependency QtUtils.

## v1.4.1

- Update submodule QtUtils to v1.1.0
Expand Down
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(DeployQt)
# Set project information.
project("QtUpdater"
LANGUAGES CXX
VERSION 1.4.1.0
VERSION 1.5.0.0
)
set(PROJECT_NAMESPACE "oclero")

Expand All @@ -26,7 +26,6 @@ FetchContent_Declare(httplib
)
FetchContent_Declare(qtutils
GIT_REPOSITORY https://github.com/oclero/qtutils.git
GIT_TAG v1.1.0
)
FetchContent_MakeAvailable(httplib qtutils)

Expand Down

0 comments on commit 431628a

Please sign in to comment.