From b8e224599a6fe2b8a1919c1b196807e7e34d0f63 Mon Sep 17 00:00:00 2001 From: hurl-bot Date: Thu, 11 Jan 2024 12:21:45 +0000 Subject: [PATCH] Create 4.2.0 release --- Cargo.lock | 6 +++--- README.md | 8 ++++---- docs/installation.md | 8 ++++---- docs/manual/hurl.1 | 2 +- docs/manual/hurlfmt.1 | 2 +- packages/hurl/Cargo.toml | 4 ++-- packages/hurl/README.md | 8 ++++---- packages/hurl_core/Cargo.toml | 2 +- packages/hurlfmt/Cargo.toml | 4 ++-- 9 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a559c231ef0..fb1e54bb18a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -496,7 +496,7 @@ checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" [[package]] name = "hurl" -version = "4.2.0-SNAPSHOT" +version = "4.2.0" dependencies = [ "base64", "brotli", @@ -530,7 +530,7 @@ dependencies = [ [[package]] name = "hurl_core" -version = "4.2.0-SNAPSHOT" +version = "4.2.0" dependencies = [ "float-cmp", "libxml", @@ -539,7 +539,7 @@ dependencies = [ [[package]] name = "hurlfmt" -version = "4.2.0-SNAPSHOT" +version = "4.2.0" dependencies = [ "base64", "clap", diff --git a/README.md b/README.md index f371b5a108c..0d467335396 100644 --- a/README.md +++ b/README.md @@ -1008,7 +1008,7 @@ Precompiled binary is available at [Hurl latest GitHub release]: ```shell $ INSTALL_DIR=/tmp -$ VERSION=4.1.0 +$ VERSION=4.2.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 ``` @@ -1018,9 +1018,9 @@ $ 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.1.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 +$ VERSION=4.2.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 ``` #### Alpine diff --git a/docs/installation.md b/docs/installation.md index 2344e94246c..6126aa274f7 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -8,7 +8,7 @@ Precompiled binary is available at [Hurl latest GitHub release]: ```shell $ INSTALL_DIR=/tmp -$ VERSION=4.1.0 +$ VERSION=4.2.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,9 +18,9 @@ $ 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.1.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 +$ VERSION=4.2.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 ``` #### Alpine diff --git a/docs/manual/hurl.1 b/docs/manual/hurl.1 index 40b766ac830..9ad3e18dfa7 100644 --- a/docs/manual/hurl.1 +++ b/docs/manual/hurl.1 @@ -1,4 +1,4 @@ -.TH hurl 1 "10 Jan 2024" "hurl 4.2.0-SNAPSHOT" " Hurl Manual" +.TH hurl 1 "11 Jan 2024" "hurl 4.2.0" " Hurl Manual" .SH NAME hurl - run and test HTTP requests. diff --git a/docs/manual/hurlfmt.1 b/docs/manual/hurlfmt.1 index 7f2cf018cb8..20c3134903e 100644 --- a/docs/manual/hurlfmt.1 +++ b/docs/manual/hurlfmt.1 @@ -1,4 +1,4 @@ -.TH hurl 1 "10 Jan 2024" "hurl 4.2.0-SNAPSHOT" " Hurl Manual" +.TH hurl 1 "11 Jan 2024" "hurl 4.2.0" " Hurl Manual" .SH NAME hurlfmt - format Hurl files diff --git a/packages/hurl/Cargo.toml b/packages/hurl/Cargo.toml index f32d6e6d883..e17cbc9a15f 100644 --- a/packages/hurl/Cargo.toml +++ b/packages/hurl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurl" -version = "4.2.0-SNAPSHOT" +version = "4.2.0" authors = ["Fabrice Reix ", "Jean-Christophe Amiel ", "Filipe Pinto "] 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.2.0-SNAPSHOT", path = "../hurl_core" } +hurl_core = { version = "4.2.0", path = "../hurl_core" } libflate = "2.0.0" libxml = "0.3.3" md5 = "0.7.0" diff --git a/packages/hurl/README.md b/packages/hurl/README.md index a04fafcd938..a4236ed0062 100644 --- a/packages/hurl/README.md +++ b/packages/hurl/README.md @@ -1000,7 +1000,7 @@ Precompiled binary is available at [Hurl latest GitHub release]: ```shell $ INSTALL_DIR=/tmp -$ VERSION=4.1.0 +$ VERSION=4.2.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 ``` @@ -1010,9 +1010,9 @@ $ 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.1.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 +$ VERSION=4.2.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 ``` #### Alpine diff --git a/packages/hurl_core/Cargo.toml b/packages/hurl_core/Cargo.toml index f65b9598119..2b75786c3af 100644 --- a/packages/hurl_core/Cargo.toml +++ b/packages/hurl_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurl_core" -version = "4.2.0-SNAPSHOT" +version = "4.2.0" authors = ["Fabrice Reix ", "Jean-Christophe Amiel ", "Filipe Pinto "] edition = "2021" license = "Apache-2.0" diff --git a/packages/hurlfmt/Cargo.toml b/packages/hurlfmt/Cargo.toml index 676f7a3fc7e..435b8cbb6f8 100644 --- a/packages/hurlfmt/Cargo.toml +++ b/packages/hurlfmt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurlfmt" -version = "4.2.0-SNAPSHOT" +version = "4.2.0" authors = ["Fabrice Reix ", "Jean-Christophe Amiel ", "Filipe Pinto "] edition = "2021" license = "Apache-2.0" @@ -14,7 +14,7 @@ rust-version = "1.73.0" base64 = "0.21.6" clap = { version = "4.4.14", features = ["cargo", "wrap_help"] } colored = "2.1.0" -hurl_core = { version = "4.2.0-SNAPSHOT", path = "../hurl_core" } +hurl_core = { version = "4.2.0", path = "../hurl_core" } regex = "1.10.2" [dev-dependencies]