Skip to content

Commit 8e47fbf

Browse files
committed
set version to v1.0.0
Signed-off-by: Falk Werner <falk.werner@gmx.net>
1 parent 0060dd9 commit 8e47fbf

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories = ["command-line-utilities"]
66
readme = "README.md"
77
homepage = "https://github.com/falk-werner/fetch"
88
repository = "https://github.com/falk-werner/fetch"
9-
version = "0.5.0"
9+
version = "1.0.0"
1010
authors = ["Falk Werner"]
1111
license = "MIT"
1212
edition = "2021"

NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Notes
22

3-
## v0.5.0
3+
## v1.0.0
44

55
### New Features
66

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,9 @@ option was added to maintain compatibility with `curl`.
109109

110110
Fetch does not aim at full curl compatibility, since fetch focuses on
111111
http / https protocol only. We also do not aim to support each http / https
112-
related option, since some options are rarely used. Before reaching v1.0.0
113-
the following feates should be supported.
112+
related option, since some options are rarely used.
114113

115-
- specify root certificte for peer verification
116-
curl options: `--crlfile`
117-
118-
There are also some useful features which may be supported after v1.0.0:
114+
The following options are planned to be added in future:
119115

120116
- mTLS support
121117
curl options: `-E`, `--cert`, `--cert-status`, `--cert-type`

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fetch
22
base: core22
3-
version: '0.5.0'
3+
version: '1.0.0'
44
license: 'MIT'
55
summary: Download files and verify checksum.
66
description: |

0 commit comments

Comments
 (0)