Skip to content

Commit 82936a3

Browse files
chore(release): bump version to 1.2.0
1 parent 48da691 commit 82936a3

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@
2626

2727
- NIL
2828

29+
## [1.2.0] - 2026-02-15
30+
31+
### Fixed
32+
33+
- CMake functions filename in package config (`nfxResourcegenFunctions.cmake``nfxResourceFunctions.cmake`)
34+
- Resource generator CLI path resolution in installed packages via `find_package()`
35+
- Separate CMake functions template for build vs installed configurations
36+
2937
## [1.1.0] - 2026-01-27
3038

3139
### Added

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-resource
12-
VERSION 1.1.0
12+
VERSION 1.2.0
1313
DESCRIPTION "C++ Resource Embedding - Header-only interface library + code generation tool"
1414
HOMEPAGE_URL "https://github.com/nfx-libs/nfx-resource"
1515
LANGUAGES CXX

0 commit comments

Comments
 (0)