Update version to 1.7.0

This commit is contained in:
Fabrice Reix 2022-09-13 02:15:45 +02:00
parent a938e12d1f
commit fce9e9daf7
No known key found for this signature in database
GPG Key ID: BF5213154B2E7155
9 changed files with 44 additions and 44 deletions

6
Cargo.lock generated
View File

@ -414,7 +414,7 @@ checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"
[[package]] [[package]]
name = "hurl" name = "hurl"
version = "1.7.0-snapshot" version = "1.7.0"
dependencies = [ dependencies = [
"atty", "atty",
"base64", "base64",
@ -447,7 +447,7 @@ dependencies = [
[[package]] [[package]]
name = "hurl_core" name = "hurl_core"
version = "1.7.0-snapshot" version = "1.7.0"
dependencies = [ dependencies = [
"float-cmp", "float-cmp",
"regex", "regex",
@ -456,7 +456,7 @@ dependencies = [
[[package]] [[package]]
name = "hurlfmt" name = "hurlfmt"
version = "1.7.0-snapshot" version = "1.7.0"
dependencies = [ dependencies = [
"atty", "atty",
"base64", "base64",

View File

@ -807,12 +807,12 @@ curl(1) hurlfmt(1)
### Linux ### Linux
Precompiled binary is available at [hurl-1.6.1-x86_64-linux.tar.gz]: Precompiled binary is available at [hurl-1.7.0-x86_64-linux.tar.gz]:
```shell ```shell
$ INSTALL_DIR=/tmp $ INSTALL_DIR=/tmp
$ curl -sL https://github.com/Orange-OpenSource/hurl/releases/download/1.6.1/hurl-1.6.1-x86_64-linux.tar.gz | tar xvz -C $INSTALL_DIR $ curl -sL https://github.com/Orange-OpenSource/hurl/releases/download/1.7.0/hurl-1.7.0-x86_64-linux.tar.gz | tar xvz -C $INSTALL_DIR
$ export PATH=$INSTALL_DIR/hurl-1.6.1:$PATH $ export PATH=$INSTALL_DIR/hurl-1.7.0:$PATH
``` ```
#### Debian / Ubuntu #### Debian / Ubuntu
@ -820,8 +820,8 @@ $ export PATH=$INSTALL_DIR/hurl-1.6.1:$PATH
For Debian / Ubuntu, Hurl can be installed using a binary .deb file provided in each Hurl release. For Debian / Ubuntu, Hurl can be installed using a binary .deb file provided in each Hurl release.
```shell ```shell
$ curl -LO https://github.com/Orange-OpenSource/hurl/releases/download/1.6.1/hurl_1.6.1_amd64.deb $ curl -LO https://github.com/Orange-OpenSource/hurl/releases/download/1.7.0/hurl_1.7.0_amd64.deb
$ sudo dpkg -i hurl_1.6.1_amd64.deb $ sudo dpkg -i hurl_1.7.0_amd64.deb
``` ```
#### Arch Linux / Manjaro #### Arch Linux / Manjaro
@ -834,7 +834,7 @@ $ sudo dpkg -i hurl_1.6.1_amd64.deb
### macOS ### macOS
Precompiled binary is available at [hurl-1.6.1-x86_64-osx.tar.gz]. Precompiled binary is available at [hurl-1.7.0-x86_64-osx.tar.gz].
Hurl can also be installed with [Homebrew]: Hurl can also be installed with [Homebrew]:
@ -846,11 +846,11 @@ $ brew install hurl
#### Zip File #### Zip File
Hurl can be installed from a standalone zip file [hurl-1.6.1-win64.zip]. You will need to update your `PATH` variable. Hurl can be installed from a standalone zip file [hurl-1.7.0-win64.zip]. You will need to update your `PATH` variable.
#### Installer #### Installer
An installer [hurl-1.6.1-win64-installer.exe] is also available. An installer [hurl-1.7.0-win64-installer.exe] is also available.
#### Chocolatey #### Chocolatey
@ -975,10 +975,10 @@ Please follow the [contrib on Windows section].
[entry]: https://hurl.dev/docs/entry.html [entry]: https://hurl.dev/docs/entry.html
[`--test` option]: https://hurl.dev/docs/manual.html#test [`--test` option]: https://hurl.dev/docs/manual.html#test
[GitHub]: https://github.com/Orange-OpenSource/hurl [GitHub]: https://github.com/Orange-OpenSource/hurl
[hurl-1.6.1-win64.zip]: https://github.com/Orange-OpenSource/hurl/releases/download/1.6.1/hurl-1.6.1-win64.zip [hurl-1.7.0-win64.zip]: https://github.com/Orange-OpenSource/hurl/releases/download/1.7.0/hurl-1.7.0-win64.zip
[hurl-1.6.1-win64-installer.exe]: https://github.com/Orange-OpenSource/hurl/releases/download/1.6.1/hurl-1.6.1-win64-installer.exe [hurl-1.7.0-win64-installer.exe]: https://github.com/Orange-OpenSource/hurl/releases/download/1.7.0/hurl-1.7.0-win64-installer.exe
[hurl-1.6.1-x86_64-osx.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/1.6.1/hurl-1.6.1-x86_64-osx.tar.gz [hurl-1.7.0-x86_64-osx.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/1.7.0/hurl-1.7.0-x86_64-osx.tar.gz
[hurl-1.6.1-x86_64-linux.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/1.6.1/hurl-1.6.1-x86_64-linux.tar.gz [hurl-1.7.0-x86_64-linux.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/1.7.0/hurl-1.7.0-x86_64-linux.tar.gz
[Homebrew]: https://brew.sh [Homebrew]: https://brew.sh
[AUR]: https://wiki.archlinux.org/index.php/Arch_User_Repository [AUR]: https://wiki.archlinux.org/index.php/Arch_User_Repository
[`hurl-bin` package]: https://aur.archlinux.org/packages/hurl-bin/ [`hurl-bin` package]: https://aur.archlinux.org/packages/hurl-bin/

View File

@ -4,12 +4,12 @@
### Linux ### Linux
Precompiled binary is available at [hurl-1.6.1-x86_64-linux.tar.gz]: Precompiled binary is available at [hurl-1.7.0-x86_64-linux.tar.gz]:
```shell ```shell
$ INSTALL_DIR=/tmp $ INSTALL_DIR=/tmp
$ curl -sL https://github.com/Orange-OpenSource/hurl/releases/download/1.6.1/hurl-1.6.1-x86_64-linux.tar.gz | tar xvz -C $INSTALL_DIR $ curl -sL https://github.com/Orange-OpenSource/hurl/releases/download/1.7.0/hurl-1.7.0-x86_64-linux.tar.gz | tar xvz -C $INSTALL_DIR
$ export PATH=$INSTALL_DIR/hurl-1.6.1:$PATH $ export PATH=$INSTALL_DIR/hurl-1.7.0:$PATH
``` ```
#### Debian / Ubuntu #### Debian / Ubuntu
@ -17,8 +17,8 @@ $ export PATH=$INSTALL_DIR/hurl-1.6.1:$PATH
For Debian / Ubuntu, Hurl can be installed using a binary .deb file provided in each Hurl release. For Debian / Ubuntu, Hurl can be installed using a binary .deb file provided in each Hurl release.
```shell ```shell
$ curl -LO https://github.com/Orange-OpenSource/hurl/releases/download/1.6.1/hurl_1.6.1_amd64.deb $ curl -LO https://github.com/Orange-OpenSource/hurl/releases/download/1.7.0/hurl_1.7.0_amd64.deb
$ sudo dpkg -i hurl_1.6.1_amd64.deb $ sudo dpkg -i hurl_1.7.0_amd64.deb
``` ```
#### Arch Linux / Manjaro #### Arch Linux / Manjaro
@ -31,7 +31,7 @@ $ sudo dpkg -i hurl_1.6.1_amd64.deb
### macOS ### macOS
Precompiled binary is available at [hurl-1.6.1-x86_64-osx.tar.gz]. Precompiled binary is available at [hurl-1.7.0-x86_64-osx.tar.gz].
Hurl can also be installed with [Homebrew]: Hurl can also be installed with [Homebrew]:
@ -43,11 +43,11 @@ $ brew install hurl
#### Zip File #### Zip File
Hurl can be installed from a standalone zip file [hurl-1.6.1-win64.zip]. You will need to update your `PATH` variable. Hurl can be installed from a standalone zip file [hurl-1.7.0-win64.zip]. You will need to update your `PATH` variable.
#### Installer #### Installer
An installer [hurl-1.6.1-win64-installer.exe] is also available. An installer [hurl-1.7.0-win64-installer.exe] is also available.
#### Chocolatey #### Chocolatey
@ -144,10 +144,10 @@ $ ./target/release/hurl --version
Please follow the [contrib on Windows section]. Please follow the [contrib on Windows section].
[GitHub]: https://github.com/Orange-OpenSource/hurl [GitHub]: https://github.com/Orange-OpenSource/hurl
[hurl-1.6.1-win64.zip]: https://github.com/Orange-OpenSource/hurl/releases/download/1.6.1/hurl-1.6.1-win64.zip [hurl-1.7.0-win64.zip]: https://github.com/Orange-OpenSource/hurl/releases/download/1.7.0/hurl-1.7.0-win64.zip
[hurl-1.6.1-win64-installer.exe]: https://github.com/Orange-OpenSource/hurl/releases/download/1.6.1/hurl-1.6.1-win64-installer.exe [hurl-1.7.0-win64-installer.exe]: https://github.com/Orange-OpenSource/hurl/releases/download/1.7.0/hurl-1.7.0-win64-installer.exe
[hurl-1.6.1-x86_64-osx.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/1.6.1/hurl-1.6.1-x86_64-osx.tar.gz [hurl-1.7.0-x86_64-osx.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/1.7.0/hurl-1.7.0-x86_64-osx.tar.gz
[hurl-1.6.1-x86_64-linux.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/1.6.1/hurl-1.6.1-x86_64-linux.tar.gz [hurl-1.7.0-x86_64-linux.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/1.7.0/hurl-1.7.0-x86_64-linux.tar.gz
[Homebrew]: https://brew.sh [Homebrew]: https://brew.sh
[AUR]: https://wiki.archlinux.org/index.php/Arch_User_Repository [AUR]: https://wiki.archlinux.org/index.php/Arch_User_Repository
[`hurl-bin` package]: https://aur.archlinux.org/packages/hurl-bin/ [`hurl-bin` package]: https://aur.archlinux.org/packages/hurl-bin/

View File

@ -1,4 +1,4 @@
.TH hurl 1 "03 Sep 2022" "hurl 1.7.0-snapshot" " Hurl Manual" .TH hurl 1 "13 Sep 2022" "hurl 1.7.0" " Hurl Manual"
.SH NAME .SH NAME
hurl - run and test HTTP requests. hurl - run and test HTTP requests.

View File

@ -1,4 +1,4 @@
.TH hurl 1 "03 Sep 2022" "hurl 1.7.0-snapshot" " Hurl Manual" .TH hurl 1 "13 Sep 2022" "hurl 1.7.0" " Hurl Manual"
.SH NAME .SH NAME
hurlfmt - format Hurl files hurlfmt - format Hurl files

View File

@ -1,6 +1,6 @@
[package] [package]
name = "hurl" name = "hurl"
version = "1.7.0-snapshot" version = "1.7.0"
authors = ["Fabrice Reix <fabrice.reix@orange.com>"] authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
edition = "2021" edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"

View File

@ -807,12 +807,12 @@ curl(1) hurlfmt(1)
### Linux ### Linux
Precompiled binary is available at [hurl-1.6.1-x86_64-linux.tar.gz]: Precompiled binary is available at [hurl-1.7.0-x86_64-linux.tar.gz]:
```shell ```shell
$ INSTALL_DIR=/tmp $ INSTALL_DIR=/tmp
$ curl -sL https://github.com/Orange-OpenSource/hurl/releases/download/1.6.1/hurl-1.6.1-x86_64-linux.tar.gz | tar xvz -C $INSTALL_DIR $ curl -sL https://github.com/Orange-OpenSource/hurl/releases/download/1.7.0/hurl-1.7.0-x86_64-linux.tar.gz | tar xvz -C $INSTALL_DIR
$ export PATH=$INSTALL_DIR/hurl-1.6.1:$PATH $ export PATH=$INSTALL_DIR/hurl-1.7.0:$PATH
``` ```
#### Debian / Ubuntu #### Debian / Ubuntu
@ -820,8 +820,8 @@ $ export PATH=$INSTALL_DIR/hurl-1.6.1:$PATH
For Debian / Ubuntu, Hurl can be installed using a binary .deb file provided in each Hurl release. For Debian / Ubuntu, Hurl can be installed using a binary .deb file provided in each Hurl release.
```shell ```shell
$ curl -LO https://github.com/Orange-OpenSource/hurl/releases/download/1.6.1/hurl_1.6.1_amd64.deb $ curl -LO https://github.com/Orange-OpenSource/hurl/releases/download/1.7.0/hurl_1.7.0_amd64.deb
$ sudo dpkg -i hurl_1.6.1_amd64.deb $ sudo dpkg -i hurl_1.7.0_amd64.deb
``` ```
#### Arch Linux / Manjaro #### Arch Linux / Manjaro
@ -834,7 +834,7 @@ $ sudo dpkg -i hurl_1.6.1_amd64.deb
### macOS ### macOS
Precompiled binary is available at [hurl-1.6.1-x86_64-osx.tar.gz]. Precompiled binary is available at [hurl-1.7.0-x86_64-osx.tar.gz].
Hurl can also be installed with [Homebrew]: Hurl can also be installed with [Homebrew]:
@ -846,11 +846,11 @@ $ brew install hurl
#### Zip File #### Zip File
Hurl can be installed from a standalone zip file [hurl-1.6.1-win64.zip]. You will need to update your `PATH` variable. Hurl can be installed from a standalone zip file [hurl-1.7.0-win64.zip]. You will need to update your `PATH` variable.
#### Installer #### Installer
An installer [hurl-1.6.1-win64-installer.exe] is also available. An installer [hurl-1.7.0-win64-installer.exe] is also available.
#### Chocolatey #### Chocolatey
@ -975,10 +975,10 @@ Please follow the [contrib on Windows section].
[entry]: https://hurl.dev/docs/entry.html [entry]: https://hurl.dev/docs/entry.html
[`--test` option]: https://hurl.dev/docs/manual.html#test [`--test` option]: https://hurl.dev/docs/manual.html#test
[GitHub]: https://github.com/Orange-OpenSource/hurl [GitHub]: https://github.com/Orange-OpenSource/hurl
[hurl-1.6.1-win64.zip]: https://github.com/Orange-OpenSource/hurl/releases/download/1.6.1/hurl-1.6.1-win64.zip [hurl-1.7.0-win64.zip]: https://github.com/Orange-OpenSource/hurl/releases/download/1.7.0/hurl-1.7.0-win64.zip
[hurl-1.6.1-win64-installer.exe]: https://github.com/Orange-OpenSource/hurl/releases/download/1.6.1/hurl-1.6.1-win64-installer.exe [hurl-1.7.0-win64-installer.exe]: https://github.com/Orange-OpenSource/hurl/releases/download/1.7.0/hurl-1.7.0-win64-installer.exe
[hurl-1.6.1-x86_64-osx.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/1.6.1/hurl-1.6.1-x86_64-osx.tar.gz [hurl-1.7.0-x86_64-osx.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/1.7.0/hurl-1.7.0-x86_64-osx.tar.gz
[hurl-1.6.1-x86_64-linux.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/1.6.1/hurl-1.6.1-x86_64-linux.tar.gz [hurl-1.7.0-x86_64-linux.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/1.7.0/hurl-1.7.0-x86_64-linux.tar.gz
[Homebrew]: https://brew.sh [Homebrew]: https://brew.sh
[AUR]: https://wiki.archlinux.org/index.php/Arch_User_Repository [AUR]: https://wiki.archlinux.org/index.php/Arch_User_Repository
[`hurl-bin` package]: https://aur.archlinux.org/packages/hurl-bin/ [`hurl-bin` package]: https://aur.archlinux.org/packages/hurl-bin/

View File

@ -1,6 +1,6 @@
[package] [package]
name = "hurl_core" name = "hurl_core"
version = "1.7.0-snapshot" version = "1.7.0"
authors = ["Fabrice Reix <fabrice.reix@orange.com>"] authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
edition = "2021" edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "hurlfmt" name = "hurlfmt"
version = "1.7.0-snapshot" version = "1.7.0"
authors = ["Fabrice Reix <fabrice.reix@orange.com>"] authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
edition = "2021" edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"