Skip to content

Commit 24ecc1e

Browse files
facontidavideclaude
andcommitted
chore: bump version to 0.5.0
Source-incompatible changes in pj_datastore/object_store.hpp: - ObjectEntry::payload variant tag types - pushLazy fetch signature (returns PayloadView) - ResolvedObjectEntry field layout (carries a PayloadView) Per the pre-1.0 convention, this warrants a MINOR bump. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a4127b0 commit 24ecc1e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ endif()
202202
if(PJ_INSTALL_SDK)
203203
include(CMakePackageConfigHelpers)
204204

205-
set(PJ_PACKAGE_VERSION "0.4.2")
205+
set(PJ_PACKAGE_VERSION "0.5.0")
206206
set(PJ_PACKAGE_CMAKE_DIR ${CMAKE_INSTALL_LIBDIR}/cmake/plotjuggler_core)
207207

208208
install(EXPORT plotjuggler_coreTargets

conanfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
plugin_sdk — umbrella for plugin authors (base + dialog SDK + parser SDK)
88
plugin_host — umbrella for host loaders (data_source/parser/toolbox/dialog)
99
10-
A consuming Conan recipe declares e.g. `plotjuggler_core/0.4.2` and then:
10+
A consuming Conan recipe declares e.g. `plotjuggler_core/0.5.0` and then:
1111
1212
find_package(plotjuggler_core REQUIRED COMPONENTS plugin_sdk)
1313
target_link_libraries(my_plugin PRIVATE plotjuggler_core::plugin_sdk)
@@ -27,7 +27,7 @@
2727

2828
class PlotjugglerCoreConan(ConanFile):
2929
name = "plotjuggler_core"
30-
version = "0.4.2"
30+
version = "0.5.0"
3131
# Apache-2.0 covers pj_base + pj_plugins (the plugin-facing SDK);
3232
# MPL-2.0 covers pj_datastore (the storage engine). See LICENSE.
3333
license = "Apache-2.0 AND MPL-2.0"

0 commit comments

Comments
 (0)