Skip to content

Commit e8d070d

Browse files
committed
chore(deps): bump client-rs to v1.0.0 and bump console to v0.2.8
Signed-off-by: Gaius <gaius.qi@gmail.com>
1 parent 067bddb commit e8d070d

30 files changed

+31
-31
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PROJECT_NAME := "d7y.io/dragonfly/v2"
1616
DFGET_NAME := "dfget"
1717
DFCACHE_NAME := "dfcache"
1818
DFSTORE_NAME := "dfstore"
19-
SEMVER := "2.2.0"
19+
SEMVER := "2.3.0"
2020
VERSION_RELEASE := "1"
2121
PKG := "$(PROJECT_NAME)"
2222
PKG_LIST := $(shell go list ${PKG}/... | grep -v /vendor/ | grep -v '\(/test/\)')

build/package/docs/dfcache/dfcache-delete.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Automatically generated by Pandoc 3.7.0.1
22
.\"
3-
.TH "DFCACHE" "1" "" "Version v2.2.0" "Frivolous \(lqDfcache\(rq Documentation"
3+
.TH "DFCACHE" "1" "" "Version v2.3.0" "Frivolous \(lqDfcache\(rq Documentation"
44
.SH NAME
55
\f[B]dfcache delete\f[R] \(em delete file from P2P cache system
66
.SH SYNOPSIS

build/package/docs/dfcache/dfcache-doc.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Automatically generated by Pandoc 3.7.0.1
22
.\"
3-
.TH "DFCACHE" "1" "" "Version v2.2.0" "Frivolous \(lqDfcache\(rq Documentation"
3+
.TH "DFCACHE" "1" "" "Version v2.3.0" "Frivolous \(lqDfcache\(rq Documentation"
44
.SH NAME
55
\f[B]dfcache doc\f[R] \(em generate documents
66
.SH SYNOPSIS

build/package/docs/dfcache/dfcache-export.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Automatically generated by Pandoc 3.7.0.1
22
.\"
3-
.TH "DFCACHE" "1" "" "Version v2.2.0" "Frivolous \(lqDfcache\(rq Documentation"
3+
.TH "DFCACHE" "1" "" "Version v2.3.0" "Frivolous \(lqDfcache\(rq Documentation"
44
.SH NAME
55
\f[B]dfcache export\f[R] \(em export file from P2P cache system
66
.SH SYNOPSIS

build/package/docs/dfcache/dfcache-import.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Automatically generated by Pandoc 3.7.0.1
22
.\"
3-
.TH "DFCACHE" "1" "" "Version v2.2.0" "Frivolous \(lqDfcache\(rq Documentation"
3+
.TH "DFCACHE" "1" "" "Version v2.3.0" "Frivolous \(lqDfcache\(rq Documentation"
44
.SH NAME
55
\f[B]dfcache import\f[R] \(em import file into P2P cache system
66
.SH SYNOPSIS

build/package/docs/dfcache/dfcache-plugin.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Automatically generated by Pandoc 3.7.0.1
22
.\"
3-
.TH "DFCACHE" "1" "" "Version v2.2.0" "Frivolous \(lqDfcache\(rq Documentation"
3+
.TH "DFCACHE" "1" "" "Version v2.3.0" "Frivolous \(lqDfcache\(rq Documentation"
44
.SH NAME
55
\f[B]dfcache plugin\f[R] \(em show plugin
66
.SH SYNOPSIS

build/package/docs/dfcache/dfcache-stat.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Automatically generated by Pandoc 3.7.0.1
22
.\"
3-
.TH "DFCACHE" "1" "" "Version v2.2.0" "Frivolous \(lqDfcache\(rq Documentation"
3+
.TH "DFCACHE" "1" "" "Version v2.3.0" "Frivolous \(lqDfcache\(rq Documentation"
44
.SH NAME
55
\f[B]dfcache stat\f[R] \(em stat checks if a file exists in P2P cache
66
system

build/package/docs/dfcache/dfcache-version.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Automatically generated by Pandoc 3.7.0.1
22
.\"
3-
.TH "DFCACHE" "1" "" "Version v2.2.0" "Frivolous \(lqDfcache\(rq Documentation"
3+
.TH "DFCACHE" "1" "" "Version v2.3.0" "Frivolous \(lqDfcache\(rq Documentation"
44
.SH NAME
55
\f[B]dfcache version\f[R] \(em show version
66
.SH SYNOPSIS

build/package/docs/dfcache/dfcache.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Automatically generated by Pandoc 3.7.0.1
22
.\"
3-
.TH "DFCACHE" "1" "" "Version v2.2.0" "Frivolous \(lqDfcache\(rq Documentation"
3+
.TH "DFCACHE" "1" "" "Version v2.3.0" "Frivolous \(lqDfcache\(rq Documentation"
44
.SH NAME
55
\f[B]dfcache\f[R] \(em the P2P cache client of dragonfly
66
.SH SYNOPSIS

build/package/docs/dfcache/dfcache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% DFCACHE(1) Version v2.2.0 | Frivolous "Dfcache" Documentation
1+
% DFCACHE(1) Version v2.3.0 | Frivolous "Dfcache" Documentation
22

33
# NAME
44

0 commit comments

Comments
 (0)