Skip to content

Commit f31e30c

Browse files
committed
Release v3.2.1
Signed-off-by: Siddharth Chandrasekaran <sidcha.dev@gmail.com>
1 parent f1ad737 commit f31e30c

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v3.2.1
2+
------
3+
4+
19 March 2026
5+
6+
A point release to fix rust builds
7+
8+
Fixes:
9+
- utils: Bump submodule to pull in fix for slab_t packing issue
10+
11+
112
v3.2.0
213
------
314

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cmake_policy(SET CMP0063 NEW)
1010
# Generate compile_commands.json for IDE support
1111
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
1212

13-
project(libosdp VERSION 3.2.0)
13+
project(libosdp VERSION 3.2.1)
1414

1515
set(PROJECT_AUTHOR "Siddharth Chandrasekaran")
1616
set(PROJECT_AUTHOR_EMAIL "sidcha.dev@gmail.com")

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "LibOSDP",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "A cross-platform open source implementation of IEC 60839-11-5 Open Supervised Device Protocol (OSDP). The protocol is intended to improve interoperability among access control and security products. It supports Secure Channel (SC) for encrypted and authenticated communication between configured devices.",
55
"authors": [{
66
"name": "Siddharth Chandrasekaran",

platformio/osdp_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @brief The following macros are defined defined from the variable in cmake
1212
* files. All @XXX@ are replaced by the value of XXX as resolved by cmake.
1313
*/
14-
#define PROJECT_VERSION "3.2.0"
14+
#define PROJECT_VERSION "3.2.1"
1515
#define PROJECT_NAME "libosdp"
1616
#define GIT_BRANCH "platformio"
1717
#define GIT_REV ""

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import subprocess
1212

1313
project_name = "libosdp"
14-
project_version = "3.2.0"
14+
project_version = "3.2.1"
1515
current_dir = os.path.dirname(os.path.realpath(__file__))
1616
repo_root = os.path.realpath(os.path.join(current_dir, ".."))
1717

0 commit comments

Comments
 (0)