Skip to content

Commit 2ca635a

Browse files
chore(release): bump version to 0.1.2
1 parent b50827d commit 2ca635a

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131

3232
- NIL
3333

34+
## [0.1.2] - 2025-11-27
35+
36+
### Changed
37+
38+
- Consolidated packaging tool detection in CMake configuration
39+
40+
### Fixed
41+
42+
- Removed incorrect runtime dependencies from DEB/RPM packages
43+
3444
## [0.1.1] - 2025-11-15
3545

3646
### Changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
cmake_minimum_required(VERSION 3.20)
1010

1111
project(nfx-hashing
12-
VERSION 0.1.1
12+
VERSION 0.1.2
1313
DESCRIPTION "Modern C++20 header-only hashing library with hardware acceleration"
1414
HOMEPAGE_URL "https://github.com/nfx-libs/nfx-hashing"
1515
LANGUAGES CXX

cmake/nfxHashingPackaging.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ endif()
189189
# --- DEB package settings ---
190190
if("DEB" IN_LIST CPACK_GENERATOR AND UNIX AND NOT APPLE)
191191
set(CPACK_DEBIAN_PACKAGE_NAME ${CPACK_PACKAGE_NAME})
192-
set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT)
192+
set(CPACK_DEBIAN_FILE_NAME "DEB-DEFAULT")
193193
set(CPACK_DEBIAN_PACKAGE_VERSION ${PROJECT_VERSION})
194194
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE ${CPACK_DEBIAN_PACKAGE_ARCHITECTURE})
195195
set(CPACK_DEBIAN_PACKAGE_MAINTAINER ${CPACK_PACKAGE_VENDOR})

0 commit comments

Comments
 (0)