Skip to content

Commit b314731

Browse files
Bump version to 1.12.1 (#610)
1 parent 5a66024 commit b314731

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+
## **1.12.1** ##
4+
5+
July 18th 2025
6+
This version is based on [blobfuse2 2.4.0](https://github.com/Azure/azure-storage-fuse/releases/tag/blobfuse2-2.4.0) (upstream).
7+
8+
### Bug Fixes ###
9+
10+
- [#601](https://github.com/Seagate/cloudfuse/pull/601) Allow use of persistent cache across reboots
11+
- [#598](https://github.com/Seagate/cloudfuse/pull/598) If no bucket name specified, default to first accessible bucket
12+
- [#583](https://github.com/Seagate/cloudfuse/pull/583) Move to latest version of WinFSP
13+
314
## **1.12.0** ##
415

516
June 6th 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 "1.12.0"
6+
#define MyAppVersion "1.12.1"
77
#define MyAppPublisher "SEAGATE TECHNOLOGY LLC"
88
#define MyAppURL "https://github.com/Seagate/cloudfuse"
99
#define MyAppExeName "cloudfuseGUI.exe"

common/types.go

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

4141
// Standard config default values
4242
const (
43-
cloudfuseVersion_ = "1.12.0"
43+
cloudfuseVersion_ = "1.12.1"
4444

4545
DefaultMaxLogFileSize = 512
4646
DefaultLogFileCount = 10

0 commit comments

Comments
 (0)