Skip to content

Commit db4dcf1

Browse files
Davide Faconticlaude
andcommitted
chore: bump version to 0.2.0
Updates conanfile.py recipe version and CMakeLists.txt PJ_PACKAGE_VERSION in lockstep so the Conan-published version and the installed CMake package version stay coherent. The Release workflow validates conanfile.py vs the tag before publishing to Cloudsmith. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b15fa35 commit db4dcf1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ endif()
183183
if(PJ_INSTALL_SDK)
184184
include(CMakePackageConfigHelpers)
185185

186-
set(PJ_PACKAGE_VERSION "0.1.0")
186+
set(PJ_PACKAGE_VERSION "0.2.0")
187187
set(PJ_PACKAGE_CMAKE_DIR ${CMAKE_INSTALL_LIBDIR}/cmake/plotjuggler_core)
188188

189189
install(EXPORT plotjuggler_coreTargets

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
class PlotjugglerCoreConan(ConanFile):
2929
name = "plotjuggler_core"
30-
version = "0.1.0"
30+
version = "0.2.0"
3131
license = "MIT"
3232
url = "https://github.com/PlotJuggler/plotjuggler_core"
3333
description = "C++20 foundation libraries for PlotJuggler: storage engine, plugin SDK, plugin host loaders."

0 commit comments

Comments
 (0)