Skip to content

Release v1.4.1

Latest

Choose a tag to compare

@mutouyun mutouyun released this 12 Dec 07:17
· 61 commits to master since this release

Release v1.4.1

This is a patch release that corrects the version number metadata issue found in v1.4.0.

🔧 Fixes

  • Fix library version number in CMakeLists.txt (#165)
    • Update project version in root CMakeLists.txt to 1.4.1
    • Update PACKAGE_VERSION in src/CMakeLists.txt to 1.4.1
    • Ensures compiled library has correct version number

📋 Background

Version 1.4.0 was released with version numbers still set to 1.3.0 in the CMakeLists.txt files. This release corrects that metadata issue.

⚠️ Note

This is a metadata-only release. The functionality is identical to v1.4.0. If you are using v1.4.0, you only need to upgrade if you require correct version metadata in the compiled library.

📊 What Changed

Full Changelog: v1.4.0...v1.4.1


🔗 Related