File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ )
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
7
+
8
+ <!-- Release notes generated using configuration in .github/release.yml at main -->
9
+
10
+ ## [ v0.1.0] - 2024-10-15
11
+
12
+ ### Feature
13
+ * feat: add replicate/restore sub commands.
14
+ * feat: add fs/ftp/azure blob/gcs/s3 backend support.
15
+ ### Docs
16
+ * docs: add config.md about config fotmat.
17
+ ### CI
18
+ * ci: add integration test of ftp/s3/fs.
19
+
20
+
21
+
22
+
Original file line number Diff line number Diff line change 1
1
[toolchain ]
2
- channel = " nightly-2024-07-02 "
2
+ channel = " 1.81 "
3
3
components = [" rustfmt" , " clippy" , " rust-analyzer" ]
You can’t perform that action at this time.
0 commit comments