We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0d1bc commit 9dda356Copy full SHA for 9dda356
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## Unreleased
+## [0.1.4] - January 13, 2026
9
10
- Fixed memory controller module size decoding
11
- Fixed hardware security settings decoding
CMakeLists.txt
@@ -7,7 +7,7 @@
cmake_minimum_required(VERSION 3.25)
project(opendmi
- VERSION 0.1.3
+ VERSION 0.1.4
DESCRIPTION "Cross-platform DMI/SMBIOS framework"
12
HOMEPAGE_URL https://github.com/sdnvx/opendmi
13
LANGUAGES C CXX)
0 commit comments