Skip to content

Commit ca56683

Browse files
committed
Release v3.0.4
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
1 parent bb8ec2f commit ca56683

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
v3.0.4
2+
------
3+
4+
19 March 2024
5+
6+
A release to patch cmkae issues found during vcpkg integration. This version
7+
will be pegged to the first vcpkg release.
8+
9+
Fixes:
10+
- cmake: Fix issues found when integrating with vcpkg
11+
- Fix input_check() macros for windows builds
12+
- api: Fixup comamnd queue flush function name
13+
14+
115
v3.0.3
216
------
317

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
88
cmake_policy(SET CMP0063 NEW)
99

10-
project(libosdp VERSION 3.0.3)
10+
project(libosdp VERSION 3.0.4)
1111

1212
set(PROJECT_AUTHOR "Siddharth Chandrasekaran")
1313
set(PROJECT_AUTHOR_EMAIL "[email protected]")

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.0.3"
14+
project_version = "3.0.4"
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)