This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch stream-duplicated
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


The following commit(s) were added to refs/heads/stream-duplicated by this push:
     new 5fab45e3 Bump storage versions
5fab45e3 is described below

commit 5fab45e37ff64fac8d393ac2da8403e18df2a541
Author: Gao Hongtao <[email protected]>
AuthorDate: Sat Jul 13 21:01:17 2024 +0800

    Bump storage versions
    
    Signed-off-by: Gao Hongtao <[email protected]>
---
 CHANGES.md                            | 4 ++++
 banyand/internal/storage/version.go   | 2 +-
 banyand/internal/storage/versions.yml | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 826bfaff..be310f0e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,6 +4,10 @@ Release Notes.
 
 ## 0.7.0
 
+### File System Changes
+
+- Bump up the version of the file system to 1.1.0 which is not compatible with 
the previous version.
+
 ### Features
 
 - Check unregistered nodes in background.
diff --git a/banyand/internal/storage/version.go 
b/banyand/internal/storage/version.go
index ddae25c4..dc8e33c8 100644
--- a/banyand/internal/storage/version.go
+++ b/banyand/internal/storage/version.go
@@ -28,7 +28,7 @@ import (
 
 const (
        metadataFilename           = "metadata"
-       currentVersion             = "1.0.0"
+       currentVersion             = "1.1.0"
        compatibleVersionsKey      = "versions"
        compatibleVersionsFilename = "versions.yml"
 )
diff --git a/banyand/internal/storage/versions.yml 
b/banyand/internal/storage/versions.yml
index 717767c4..5458e2d7 100644
--- a/banyand/internal/storage/versions.yml
+++ b/banyand/internal/storage/versions.yml
@@ -14,4 +14,4 @@
 # limitations under the License.
 
 versions:
-  - 1.0.0
+- 1.1.0

Reply via email to