Skip to content

Commit 5107014

Browse files
committed
chore: update toolchain to 1.81.0; add changelog
1 parent 6ede2ff commit 5107014

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2024-07-02"
2+
channel = "1.81"
33
components = ["rustfmt", "clippy", "rust-analyzer"]

0 commit comments

Comments
 (0)