refs #2019 Increment version

dbus-interface
Natalia Serrano 2025-05-19 14:25:06 +02:00
parent ada499dbb6
commit 413e86b330
2 changed files with 21 additions and 2 deletions

19
CHANGELOG.md 100644
View File

@ -0,0 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.1.0] - 2025-05-19
### Changed
- Use DBus, allow to change the browser's URL
## [2.0.0] - 2024-10-14
### Added
- Initial release of the QT6 browser

View File

@ -17,12 +17,12 @@ endif()
if (NOT DEFINED CPACK_PACKAGE_VERSION_MINOR) if (NOT DEFINED CPACK_PACKAGE_VERSION_MINOR)
set(CPACK_PACKAGE_VERSION_MINOR "0") set(CPACK_PACKAGE_VERSION_MINOR "1")
endif() endif()
if (NOT DEFINED CPACK_PACKAGE_VERSION_PATCH) if (NOT DEFINED CPACK_PACKAGE_VERSION_PATCH)
set(CPACK_PACKAGE_VERSION_PATCH "1") set(CPACK_PACKAGE_VERSION_PATCH "0")
endif() endif()