Skip to content

Commit c8c3346

Browse files
v2.0.3 (#803)
1 parent d875471 commit c8c3346

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## **2.0.3** ##
4+
5+
January 23rd 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+
### Bug Fixes ###
9+
10+
- [#801](https://github.com/Seagate/cloudfuse/pull/801) Fix libfuse3 dependency for Debian Trixie
11+
312
## **2.0.2** ##
413

514
December 16th 2025

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.2"
6+
#define MyAppVersion "2.0.3"
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
@@ -41,7 +41,7 @@ import (
4141

4242
// Standard config default values
4343
const (
44-
cloudfuseVersion_ = "2.0.2"
44+
cloudfuseVersion_ = "2.0.3"
4545

4646
DefaultMaxLogFileSize = 512
4747
DefaultLogFileCount = 10

0 commit comments

Comments
 (0)