Create 7.0.0 release

This commit is contained in:
hurl-bot 2025-07-30 12:05:41 +00:00
parent 55c53559fe
commit 04d053ab4c
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
9 changed files with 21 additions and 21 deletions

6
Cargo.lock generated
View File

@ -506,7 +506,7 @@ dependencies = [
[[package]]
name = "hurl"
version = "7.0.0-SNAPSHOT"
version = "7.0.0"
dependencies = [
"base64",
"brotli",
@ -537,7 +537,7 @@ dependencies = [
[[package]]
name = "hurl_core"
version = "7.0.0-SNAPSHOT"
version = "7.0.0"
dependencies = [
"colored",
"libxml",
@ -546,7 +546,7 @@ dependencies = [
[[package]]
name = "hurlfmt"
version = "7.0.0-SNAPSHOT"
version = "7.0.0"
dependencies = [
"base64",
"clap",

View File

@ -1555,7 +1555,7 @@ Precompiled binary (depending on libc >=2.35) is available at [Hurl latest GitHu
```shell
$ INSTALL_DIR=/tmp
$ VERSION=6.1.1
$ VERSION=7.0.0
$ curl --silent --location https://github.com/Orange-OpenSource/hurl/releases/download/$VERSION/hurl-$VERSION-x86_64-unknown-linux-gnu.tar.gz | tar xvz -C $INSTALL_DIR
$ export PATH=$INSTALL_DIR/hurl-$VERSION-x86_64-unknown-linux-gnu/bin:$PATH
```
@ -1565,7 +1565,7 @@ $ export PATH=$INSTALL_DIR/hurl-$VERSION-x86_64-unknown-linux-gnu/bin:$PATH
For Debian >=12 / Ubuntu >=22.04, Hurl can be installed using a binary .deb file provided in each Hurl release.
```shell
$ VERSION=6.1.1
$ VERSION=7.0.0
$ curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/$VERSION/hurl_${VERSION}_amd64.deb
$ sudo apt update && sudo apt install ./hurl_${VERSION}_amd64.deb
```
@ -1573,7 +1573,7 @@ $ sudo apt update && sudo apt install ./hurl_${VERSION}_amd64.deb
For Ubuntu >=18.04, Hurl can be installed from `ppa:lepapareil/hurl`
```shell
$ VERSION=6.1.1
$ VERSION=7.0.0
$ sudo apt-add-repository -y ppa:lepapareil/hurl
$ sudo apt install hurl="${VERSION}"*
```

View File

@ -8,7 +8,7 @@ Precompiled binary (depending on libc >=2.35) is available at [Hurl latest GitHu
```shell
$ INSTALL_DIR=/tmp
$ VERSION=6.1.1
$ VERSION=7.0.0
$ curl --silent --location https://github.com/Orange-OpenSource/hurl/releases/download/$VERSION/hurl-$VERSION-x86_64-unknown-linux-gnu.tar.gz | tar xvz -C $INSTALL_DIR
$ export PATH=$INSTALL_DIR/hurl-$VERSION-x86_64-unknown-linux-gnu/bin:$PATH
```
@ -18,7 +18,7 @@ $ export PATH=$INSTALL_DIR/hurl-$VERSION-x86_64-unknown-linux-gnu/bin:$PATH
For Debian >=12 / Ubuntu >=22.04, Hurl can be installed using a binary .deb file provided in each Hurl release.
```shell
$ VERSION=6.1.1
$ VERSION=7.0.0
$ curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/$VERSION/hurl_${VERSION}_amd64.deb
$ sudo apt update && sudo apt install ./hurl_${VERSION}_amd64.deb
```
@ -26,7 +26,7 @@ $ sudo apt update && sudo apt install ./hurl_${VERSION}_amd64.deb
For Ubuntu >=18.04, Hurl can be installed from `ppa:lepapareil/hurl`
```shell
$ VERSION=6.1.1
$ VERSION=7.0.0
$ sudo apt-add-repository -y ppa:lepapareil/hurl
$ sudo apt install hurl="${VERSION}"*
```

View File

@ -1,4 +1,4 @@
.TH hurl 1 "28 Jul 2025" "hurl 7.0.0-SNAPSHOT" " Hurl Manual"
.TH hurl 1 "30 Jul 2025" "hurl 7.0.0" " Hurl Manual"
.SH NAME
hurl - run and test HTTP requests.

View File

@ -1,4 +1,4 @@
.TH hurl 1 "28 Jul 2025" "hurl 7.0.0-SNAPSHOT" " Hurl Manual"
.TH hurl 1 "30 Jul 2025" "hurl 7.0.0" " Hurl Manual"
.SH NAME
hurlfmt - format Hurl files

View File

@ -1,6 +1,6 @@
[package]
name = "hurl"
version = "7.0.0-SNAPSHOT"
version = "7.0.0"
authors = ["Fabrice Reix <fabrice.reix@orange.com>", "Jean-Christophe Amiel <jeanchristophe.amiel@orange.com>", "Filipe Pinto <filipe.pinto@orange.com>"]
edition = "2021"
license = "Apache-2.0"
@ -22,12 +22,12 @@ static-openssl = ["curl/static-ssl", "curl-sys/static-ssl"]
base64 = "0.22.1"
brotli = "8.0.1"
chrono = { version = "0.4.41", default-features = false, features = ["clock"] }
clap = { version = "4.5.41", features = ["string", "wrap_help"] }
clap = { version = "4.5.42", features = ["string", "wrap_help"] }
curl = "0.4.48"
curl-sys = "0.4.82"
encoding = "0.2.33"
glob = "0.3.2"
hurl_core = { version = "7.0.0-SNAPSHOT", path = "../hurl_core" }
hurl_core = { version = "7.0.0", path = "../hurl_core" }
libflate = "2.1.0"
libxml = "0.3.6"
md5 = "0.7.0"

View File

@ -1555,7 +1555,7 @@ Precompiled binary (depending on libc >=2.35) is available at [Hurl latest GitHu
```shell
$ INSTALL_DIR=/tmp
$ VERSION=6.1.1
$ VERSION=7.0.0
$ curl --silent --location https://github.com/Orange-OpenSource/hurl/releases/download/$VERSION/hurl-$VERSION-x86_64-unknown-linux-gnu.tar.gz | tar xvz -C $INSTALL_DIR
$ export PATH=$INSTALL_DIR/hurl-$VERSION-x86_64-unknown-linux-gnu/bin:$PATH
```
@ -1565,7 +1565,7 @@ $ export PATH=$INSTALL_DIR/hurl-$VERSION-x86_64-unknown-linux-gnu/bin:$PATH
For Debian >=12 / Ubuntu >=22.04, Hurl can be installed using a binary .deb file provided in each Hurl release.
```shell
$ VERSION=6.1.1
$ VERSION=7.0.0
$ curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/$VERSION/hurl_${VERSION}_amd64.deb
$ sudo apt update && sudo apt install ./hurl_${VERSION}_amd64.deb
```
@ -1573,7 +1573,7 @@ $ sudo apt update && sudo apt install ./hurl_${VERSION}_amd64.deb
For Ubuntu >=18.04, Hurl can be installed from `ppa:lepapareil/hurl`
```shell
$ VERSION=6.1.1
$ VERSION=7.0.0
$ sudo apt-add-repository -y ppa:lepapareil/hurl
$ sudo apt install hurl="${VERSION}"*
```

View File

@ -1,6 +1,6 @@
[package]
name = "hurl_core"
version = "7.0.0-SNAPSHOT"
version = "7.0.0"
authors = ["Fabrice Reix <fabrice.reix@orange.com>", "Jean-Christophe Amiel <jeanchristophe.amiel@orange.com>", "Filipe Pinto <filipe.pinto@orange.com>"]
edition = "2021"
license = "Apache-2.0"

View File

@ -1,6 +1,6 @@
[package]
name = "hurlfmt"
version = "7.0.0-SNAPSHOT"
version = "7.0.0"
authors = ["Fabrice Reix <fabrice.reix@orange.com>", "Jean-Christophe Amiel <jeanchristophe.amiel@orange.com>", "Filipe Pinto <filipe.pinto@orange.com>"]
edition = "2021"
license = "Apache-2.0"
@ -12,8 +12,8 @@ rust-version = "1.88.0"
[dependencies]
base64 = "0.22.1"
clap = { version = "4.5.41", features = ["cargo", "wrap_help"] }
hurl_core = { version = "7.0.0-SNAPSHOT", path = "../hurl_core" }
clap = { version = "4.5.42", features = ["cargo", "wrap_help"] }
hurl_core = { version = "7.0.0", path = "../hurl_core" }
regex = "1.11.1"