Skip to content

Commit 1c9fb97

Browse files
Bump version (#826)
1 parent cf2a6f7 commit 1c9fb97

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Cloudfuse Changelog #
22

3+
## **2.1.0** ##
4+
5+
February 3rd 2026
6+
This version is based on [blobfuse2 2.5.0](https://github.com/Azure/azure-storage-fuse/releases/tag/blobfuse2-2.5.0) (upstream).
7+
8+
### Features ###
9+
10+
- [#825](https://github.com/Seagate/cloudfuse/pull/825) Generate shell completions on install
11+
- [#818](https://github.com/Seagate/cloudfuse/pull/818) Improve CLI with better documentation and shortcuts
12+
- [#819](https://github.com/Seagate/cloudfuse/pull/819) Use new S3 transfer manager for improved S3 uploads
13+
314
## **2.0.3** ##
415

516
January 23rd 2026

build/windows_installer_build.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; https://jrsoftware.org/ishelp/index.php
44

55
#define MyAppName "Cloudfuse"
6-
#define MyAppVersion "2.0.3"
6+
#define MyAppVersion "2.1.0"
77
#define MyAppPublisher "SEAGATE TECHNOLOGY LLC"
88
#define MyAppURL "https://github.com/Seagate/cloudfuse"
99
#define MyAppExeCLIName "cloudfuse.exe"

common/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import (
3939

4040
// Standard config default values
4141
const (
42-
cloudfuseVersion_ = "2.0.3"
42+
cloudfuseVersion_ = "2.1.0"
4343

4444
DefaultMaxLogFileSize = 512
4545
DefaultLogFileCount = 10

0 commit comments

Comments
 (0)