Skip to content

Commit

Permalink
Prepare for 0.1.1 release (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfantinhardesty authored Jul 19, 2024
1 parent 3f74624 commit a2c2beb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Cloudfuse Changelog #

## **0.1.1** ##

July 19 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 ###

- [#31](https://github.com/Seagate/nx-lyve-cloud-plugin/pull/31) Fix Windows builds to correctly run in release mode

## **0.1.0** ##

July 11 2024
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif()

project(
cloudfuse_plugin
VERSION 0.1.0
VERSION 0.1.1
DESCRIPTION "VMS Plugin for Lyve Cloud"
HOMEPAGE_URL "https://github.com/Seagate/nx-lyve-cloud-plugin"
LANGUAGES CXX
Expand Down
2 changes: 1 addition & 1 deletion src/plugin/settings/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.0",
"version": "0.1.1",
"vendor": "Seagate Technology",
"engineSettingsModel": )json" +
kEngineSettingsModel + R"json(
Expand Down

0 comments on commit a2c2beb

Please sign in to comment.