From 6ebbb07d85f5985605084a45e951d276f777d504 Mon Sep 17 00:00:00 2001 From: Michael Habinsky Date: Wed, 6 Nov 2024 17:11:11 -0700 Subject: [PATCH] v0.3.0 based on cloudfuse v1.7.0 (#60) --- CHANGELOG.md | 6 ++++++ src/CMakeLists.txt | 2 +- src/plugin/settings/plugin.cpp | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0456c38..fc33a88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Nx-Lyve-Cloud-Plugin Changelog # +## **0.3.0** ## + +November 6th 2024 +This release is packaged with Cloudfuse [v1.7.0](https://github.com/Seagate/cloudfuse/releases/tag/v1.7.0). +This release includes all features planned for the 1.0.0 release of the nx-lyve-cloud-plugin, which will be released after additional bug fixes and testing. + ## **0.2.2** ## October 22 2024 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7b9ff06..54e6184 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -9,7 +9,7 @@ endif() project( cloudfuse_plugin - VERSION 0.2.2 + VERSION 0.3.0 DESCRIPTION "VMS Plugin for Lyve Cloud" HOMEPAGE_URL "https://github.com/Seagate/nx-lyve-cloud-plugin" LANGUAGES CXX diff --git a/src/plugin/settings/plugin.cpp b/src/plugin/settings/plugin.cpp index d921271..abb3fbf 100644 --- a/src/plugin/settings/plugin.cpp +++ b/src/plugin/settings/plugin.cpp @@ -28,7 +28,7 @@ std::string Plugin::manifestString() const instanceId() + R"json(", "name": "Lyve Cloud Backup Storage", "description": "Connect a cloud storage container as a backup location.", - "version": "0.2.2", + "version": "0.3.0", "vendor": "Seagate Technology", "engineSettingsModel": )json" + kEngineSettingsModel + R"json(