Create 4.3.0 release

This commit is contained in:
hurl-bot 2024-04-23 11:50:35 +00:00
parent c7b1bef490
commit 733dd76b4a
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
9 changed files with 16 additions and 16 deletions

6
Cargo.lock generated
View File

@ -493,7 +493,7 @@ checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
[[package]]
name = "hurl"
version = "4.3.0-SNAPSHOT"
version = "4.3.0"
dependencies = [
"base64",
"brotli",
@ -527,7 +527,7 @@ dependencies = [
[[package]]
name = "hurl_core"
version = "4.3.0-SNAPSHOT"
version = "4.3.0"
dependencies = [
"float-cmp",
"libxml",
@ -536,7 +536,7 @@ dependencies = [
[[package]]
name = "hurlfmt"
version = "4.3.0-SNAPSHOT"
version = "4.3.0"
dependencies = [
"base64",
"clap",

View File

@ -1279,7 +1279,7 @@ Precompiled binary is available at [Hurl latest GitHub release]:
```shell
$ INSTALL_DIR=/tmp
$ VERSION=4.2.0
$ VERSION=4.3.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:$PATH
```
@ -1289,7 +1289,7 @@ $ export PATH=$INSTALL_DIR/hurl-$VERSION:$PATH
For Debian / Ubuntu, Hurl can be installed using a binary .deb file provided in each Hurl release.
```shell
$ VERSION=4.2.0
$ VERSION=4.3.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
```

View File

@ -8,7 +8,7 @@ Precompiled binary is available at [Hurl latest GitHub release]:
```shell
$ INSTALL_DIR=/tmp
$ VERSION=4.2.0
$ VERSION=4.3.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:$PATH
```
@ -18,7 +18,7 @@ $ export PATH=$INSTALL_DIR/hurl-$VERSION:$PATH
For Debian / Ubuntu, Hurl can be installed using a binary .deb file provided in each Hurl release.
```shell
$ VERSION=4.2.0
$ VERSION=4.3.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
```

View File

@ -1,4 +1,4 @@
.TH hurl 1 "17 Apr 2024" "hurl 4.3.0-SNAPSHOT" " Hurl Manual"
.TH hurl 1 "23 Apr 2024" "hurl 4.3.0" " Hurl Manual"
.SH NAME
hurl - run and test HTTP requests.

View File

@ -1,4 +1,4 @@
.TH hurl 1 "17 Apr 2024" "hurl 4.3.0-SNAPSHOT" " Hurl Manual"
.TH hurl 1 "23 Apr 2024" "hurl 4.3.0" " Hurl Manual"
.SH NAME
hurlfmt - format Hurl files

View File

@ -1,6 +1,6 @@
[package]
name = "hurl"
version = "4.3.0-SNAPSHOT"
version = "4.3.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"
@ -29,7 +29,7 @@ float-cmp = "0.9.0"
glob = "0.3.1"
hex = "0.4.3"
hex-literal = "0.4.1"
hurl_core = { version = "4.3.0-SNAPSHOT", path = "../hurl_core" }
hurl_core = { version = "4.3.0", path = "../hurl_core" }
libflate = "2.0.0"
libxml = "0.3.3"
md5 = "0.7.0"

View File

@ -1271,7 +1271,7 @@ Precompiled binary is available at [Hurl latest GitHub release]:
```shell
$ INSTALL_DIR=/tmp
$ VERSION=4.2.0
$ VERSION=4.3.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:$PATH
```
@ -1281,7 +1281,7 @@ $ export PATH=$INSTALL_DIR/hurl-$VERSION:$PATH
For Debian / Ubuntu, Hurl can be installed using a binary .deb file provided in each Hurl release.
```shell
$ VERSION=4.2.0
$ VERSION=4.3.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
```

View File

@ -1,6 +1,6 @@
[package]
name = "hurl_core"
version = "4.3.0-SNAPSHOT"
version = "4.3.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 = "4.3.0-SNAPSHOT"
version = "4.3.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"
@ -14,7 +14,7 @@ rust-version = "1.73.0"
base64 = "0.22.0"
clap = { version = "4.5.4", features = ["cargo", "wrap_help"] }
colored = "2.1.0"
hurl_core = { version = "4.3.0-SNAPSHOT", path = "../hurl_core" }
hurl_core = { version = "4.3.0", path = "../hurl_core" }
regex = "1.10.4"
[dev-dependencies]