From c6a398da43d8969e02c64e4e721b3826786017bd Mon Sep 17 00:00:00 2001 From: James Fantin-Hardesty <24646452+jfantinhardesty@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:06:24 -0600 Subject: [PATCH] Bump version and update changelog (#42) --- CHANGELOG.md | 11 +++++++++++ src/CMakeLists.txt | 2 +- src/plugin/settings/plugin.cpp | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c44e40..6a1cd64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Nx-Lyve-Cloud-Plugin Changelog # +## **0.2.0** ## + +August 7 2024 +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. + +### Bug Fixes ### + +- [#41](https://github.com/Seagate/nx-lyve-cloud-plugin/pull/41) Fixed issue with multiple servers mounting on same bucket +- [#37](https://github.com/Seagate/nx-lyve-cloud-plugin/pull/37) Create simple install scripts for Linux and Windows +- [#38](https://github.com/Seagate/nx-lyve-cloud-plugin/pull/38) Release plugin for arm + ## **0.1.2** ## July 23 2024 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index aa6a10b..5999840 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -9,7 +9,7 @@ endif() project( cloudfuse_plugin - VERSION 0.1.2 + VERSION 0.2.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 47af4de..014df7f 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.1.2", + "version": "0.2.0", "vendor": "Seagate Technology", "engineSettingsModel": )json" + kEngineSettingsModel + R"json(