From 3cad4e38b48811398681ae3a52a37b961e0a2a39 Mon Sep 17 00:00:00 2001 From: hurl-bot Date: Wed, 28 Jun 2023 18:37:30 +0000 Subject: [PATCH] Create 4.0.0 release --- Cargo.lock | 6 +++--- README.md | 26 +++++++++++++------------- docs/installation.md | 26 +++++++++++++------------- docs/manual/hurl.1 | 2 +- docs/manual/hurlfmt.1 | 2 +- packages/hurl/Cargo.toml | 4 ++-- packages/hurl/README.md | 26 +++++++++++++------------- packages/hurl_core/Cargo.toml | 2 +- packages/hurlfmt/Cargo.toml | 4 ++-- 9 files changed, 49 insertions(+), 49 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e51f33c0fd1..f1478b10ef6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -507,7 +507,7 @@ checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" [[package]] name = "hurl" -version = "4.0.0-SNAPSHOT" +version = "4.0.0" dependencies = [ "atty", "base64", @@ -543,7 +543,7 @@ dependencies = [ [[package]] name = "hurl_core" -version = "4.0.0-SNAPSHOT" +version = "4.0.0" dependencies = [ "float-cmp", "regex", @@ -552,7 +552,7 @@ dependencies = [ [[package]] name = "hurlfmt" -version = "4.0.0-SNAPSHOT" +version = "4.0.0" dependencies = [ "atty", "base64", diff --git a/README.md b/README.md index a09eef9172c..ca5801d2cb2 100644 --- a/README.md +++ b/README.md @@ -983,12 +983,12 @@ curl(1) hurlfmt(1) ### Linux -Precompiled binary is available at [hurl-3.0.1-x86_64-linux.tar.gz]: +Precompiled binary is available at [hurl-4.0.0-x86_64-linux.tar.gz]: ```shell $ INSTALL_DIR=/tmp -$ curl -silent --location https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl-3.0.1-x86_64-linux.tar.gz | tar xvz -C $INSTALL_DIR -$ export PATH=$INSTALL_DIR/hurl-3.0.1:$PATH +$ curl -silent --location https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl-4.0.0-x86_64-linux.tar.gz | tar xvz -C $INSTALL_DIR +$ export PATH=$INSTALL_DIR/hurl-4.0.0:$PATH ``` #### Debian / Ubuntu @@ -996,8 +996,8 @@ $ export PATH=$INSTALL_DIR/hurl-3.0.1:$PATH For Debian / Ubuntu, Hurl can be installed using a binary .deb file provided in each Hurl release. ```shell -$ curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl_3.0.1_amd64.deb -$ sudo apt update && apt install ./hurl_3.0.1_amd64.deb +$ curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl_4.0.0_amd64.deb +$ sudo apt update && apt install ./hurl_4.0.0_amd64.deb ``` #### Arch Linux / Manjaro @@ -1010,7 +1010,7 @@ $ sudo apt update && apt install ./hurl_3.0.1_amd64.deb ### macOS -Precompiled binary is available at [hurl-3.0.1-x86_64-macos.tar.gz] for x86 CPUs and [hurl-3.0.1-arm64-macos.tar.gz] for ARM CPUS. +Precompiled binary is available at [hurl-4.0.0-x86_64-macos.tar.gz] for x86 CPUs and [hurl-4.0.0-arm64-macos.tar.gz] for ARM CPUS. #### Homebrew @@ -1034,11 +1034,11 @@ $ sudo pkg install hurl #### Zip File -Hurl can be installed from a standalone zip file [hurl-3.0.1-win64.zip]. You will need to update your `PATH` variable. +Hurl can be installed from a standalone zip file [hurl-4.0.0-win64.zip]. You will need to update your `PATH` variable. #### Installer -An installer [hurl-3.0.1-win64-installer.exe] is also available. +An installer [hurl-4.0.0-win64-installer.exe] is also available. #### Chocolatey @@ -1164,11 +1164,11 @@ Please follow the [contrib on Windows section]. [`--test` option]: https://hurl.dev/docs/manual.html#test [Hurl templates]: https://hurl.dev/docs/templates.html [GitHub]: https://github.com/Orange-OpenSource/hurl -[hurl-3.0.1-win64.zip]: https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl-3.0.1-win64.zip -[hurl-3.0.1-win64-installer.exe]: https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl-3.0.1-win64-installer.exe -[hurl-3.0.1-x86_64-macos.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl-3.0.1-x86_64-macos.tar.gz -[hurl-3.0.1-arm64-macos.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl-3.0.1-arm64-macos.tar.gz -[hurl-3.0.1-x86_64-linux.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl-3.0.1-x86_64-linux.tar.gz +[hurl-4.0.0-win64.zip]: https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl-4.0.0-win64.zip +[hurl-4.0.0-win64-installer.exe]: https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl-4.0.0-win64-installer.exe +[hurl-4.0.0-x86_64-macos.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl-4.0.0-x86_64-macos.tar.gz +[hurl-4.0.0-arm64-macos.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl-4.0.0-arm64-macos.tar.gz +[hurl-4.0.0-x86_64-linux.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl-4.0.0-x86_64-linux.tar.gz [AUR]: https://wiki.archlinux.org/index.php/Arch_User_Repository [`hurl-bin` package]: https://aur.archlinux.org/packages/hurl-bin/ [install]: https://www.rust-lang.org/tools/install diff --git a/docs/installation.md b/docs/installation.md index 4e5d3c3cdce..3883fa64706 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -4,12 +4,12 @@ ### Linux -Precompiled binary is available at [hurl-3.0.1-x86_64-linux.tar.gz]: +Precompiled binary is available at [hurl-4.0.0-x86_64-linux.tar.gz]: ```shell $ INSTALL_DIR=/tmp -$ curl -silent --location https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl-3.0.1-x86_64-linux.tar.gz | tar xvz -C $INSTALL_DIR -$ export PATH=$INSTALL_DIR/hurl-3.0.1:$PATH +$ curl -silent --location https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl-4.0.0-x86_64-linux.tar.gz | tar xvz -C $INSTALL_DIR +$ export PATH=$INSTALL_DIR/hurl-4.0.0:$PATH ``` #### Debian / Ubuntu @@ -17,8 +17,8 @@ $ export PATH=$INSTALL_DIR/hurl-3.0.1:$PATH For Debian / Ubuntu, Hurl can be installed using a binary .deb file provided in each Hurl release. ```shell -$ curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl_3.0.1_amd64.deb -$ sudo apt update && apt install ./hurl_3.0.1_amd64.deb +$ curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl_4.0.0_amd64.deb +$ sudo apt update && apt install ./hurl_4.0.0_amd64.deb ``` #### Arch Linux / Manjaro @@ -31,7 +31,7 @@ $ sudo apt update && apt install ./hurl_3.0.1_amd64.deb ### macOS -Precompiled binary is available at [hurl-3.0.1-x86_64-macos.tar.gz] for x86 CPUs and [hurl-3.0.1-arm64-macos.tar.gz] for ARM CPUS. +Precompiled binary is available at [hurl-4.0.0-x86_64-macos.tar.gz] for x86 CPUs and [hurl-4.0.0-arm64-macos.tar.gz] for ARM CPUS. #### Homebrew @@ -55,11 +55,11 @@ $ sudo pkg install hurl #### Zip File -Hurl can be installed from a standalone zip file [hurl-3.0.1-win64.zip]. You will need to update your `PATH` variable. +Hurl can be installed from a standalone zip file [hurl-4.0.0-win64.zip]. You will need to update your `PATH` variable. #### Installer -An installer [hurl-3.0.1-win64-installer.exe] is also available. +An installer [hurl-4.0.0-win64-installer.exe] is also available. #### Chocolatey @@ -156,11 +156,11 @@ $ ./target/release/hurl --version Please follow the [contrib on Windows section]. [GitHub]: https://github.com/Orange-OpenSource/hurl -[hurl-3.0.1-win64.zip]: https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl-3.0.1-win64.zip -[hurl-3.0.1-win64-installer.exe]: https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl-3.0.1-win64-installer.exe -[hurl-3.0.1-x86_64-macos.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl-3.0.1-x86_64-macos.tar.gz -[hurl-3.0.1-arm64-macos.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl-3.0.1-arm64-macos.tar.gz -[hurl-3.0.1-x86_64-linux.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl-3.0.1-x86_64-linux.tar.gz +[hurl-4.0.0-win64.zip]: https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl-4.0.0-win64.zip +[hurl-4.0.0-win64-installer.exe]: https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl-4.0.0-win64-installer.exe +[hurl-4.0.0-x86_64-macos.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl-4.0.0-x86_64-macos.tar.gz +[hurl-4.0.0-arm64-macos.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl-4.0.0-arm64-macos.tar.gz +[hurl-4.0.0-x86_64-linux.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl-4.0.0-x86_64-linux.tar.gz [AUR]: https://wiki.archlinux.org/index.php/Arch_User_Repository [`hurl-bin` package]: https://aur.archlinux.org/packages/hurl-bin/ [install]: https://www.rust-lang.org/tools/install diff --git a/docs/manual/hurl.1 b/docs/manual/hurl.1 index f928c9a0f94..25ef55a741e 100644 --- a/docs/manual/hurl.1 +++ b/docs/manual/hurl.1 @@ -1,4 +1,4 @@ -.TH hurl 1 "28 Jun 2023" "hurl 4.0.0-SNAPSHOT" " Hurl Manual" +.TH hurl 1 "28 Jun 2023" "hurl 4.0.0" " Hurl Manual" .SH NAME hurl - run and test HTTP requests. diff --git a/docs/manual/hurlfmt.1 b/docs/manual/hurlfmt.1 index 759fc4c0862..cdcd8d47569 100644 --- a/docs/manual/hurlfmt.1 +++ b/docs/manual/hurlfmt.1 @@ -1,4 +1,4 @@ -.TH hurl 1 "28 Jun 2023" "hurl 4.0.0-SNAPSHOT" " Hurl Manual" +.TH hurl 1 "28 Jun 2023" "hurl 4.0.0" " Hurl Manual" .SH NAME hurlfmt - format Hurl files diff --git a/packages/hurl/Cargo.toml b/packages/hurl/Cargo.toml index a5e606ec45f..637defe06f8 100644 --- a/packages/hurl/Cargo.toml +++ b/packages/hurl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurl" -version = "4.0.0-SNAPSHOT" +version = "4.0.0" authors = ["Fabrice Reix "] edition = "2021" license = "Apache-2.0" @@ -31,7 +31,7 @@ float-cmp = "0.9.0" glob = "0.3.1" hex = "0.4.3" hex-literal = "0.4.1" -hurl_core = { version = "4.0.0-SNAPSHOT", path = "../hurl_core" } +hurl_core = { version = "4.0.0", path = "../hurl_core" } indexmap = "1.9.3" libflate = "1.4.0" libxml = "0.3.2" diff --git a/packages/hurl/README.md b/packages/hurl/README.md index 229f2fef0c3..a01d9f53e50 100644 --- a/packages/hurl/README.md +++ b/packages/hurl/README.md @@ -983,12 +983,12 @@ curl(1) hurlfmt(1) ### Linux -Precompiled binary is available at [hurl-3.0.1-x86_64-linux.tar.gz]: +Precompiled binary is available at [hurl-4.0.0-x86_64-linux.tar.gz]: ```shell $ INSTALL_DIR=/tmp -$ curl -silent --location https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl-3.0.1-x86_64-linux.tar.gz | tar xvz -C $INSTALL_DIR -$ export PATH=$INSTALL_DIR/hurl-3.0.1:$PATH +$ curl -silent --location https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl-4.0.0-x86_64-linux.tar.gz | tar xvz -C $INSTALL_DIR +$ export PATH=$INSTALL_DIR/hurl-4.0.0:$PATH ``` #### Debian / Ubuntu @@ -996,8 +996,8 @@ $ export PATH=$INSTALL_DIR/hurl-3.0.1:$PATH For Debian / Ubuntu, Hurl can be installed using a binary .deb file provided in each Hurl release. ```shell -$ curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl_3.0.1_amd64.deb -$ sudo apt update && apt install ./hurl_3.0.1_amd64.deb +$ curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl_4.0.0_amd64.deb +$ sudo apt update && apt install ./hurl_4.0.0_amd64.deb ``` #### Arch Linux / Manjaro @@ -1010,7 +1010,7 @@ $ sudo apt update && apt install ./hurl_3.0.1_amd64.deb ### macOS -Precompiled binary is available at [hurl-3.0.1-x86_64-macos.tar.gz] for x86 CPUs and [hurl-3.0.1-arm64-macos.tar.gz] for ARM CPUS. +Precompiled binary is available at [hurl-4.0.0-x86_64-macos.tar.gz] for x86 CPUs and [hurl-4.0.0-arm64-macos.tar.gz] for ARM CPUS. #### Homebrew @@ -1034,11 +1034,11 @@ $ sudo pkg install hurl #### Zip File -Hurl can be installed from a standalone zip file [hurl-3.0.1-win64.zip]. You will need to update your `PATH` variable. +Hurl can be installed from a standalone zip file [hurl-4.0.0-win64.zip]. You will need to update your `PATH` variable. #### Installer -An installer [hurl-3.0.1-win64-installer.exe] is also available. +An installer [hurl-4.0.0-win64-installer.exe] is also available. #### Chocolatey @@ -1164,11 +1164,11 @@ Please follow the [contrib on Windows section]. [`--test` option]: https://hurl.dev/docs/manual.html#test [Hurl templates]: https://hurl.dev/docs/templates.html [GitHub]: https://github.com/Orange-OpenSource/hurl -[hurl-3.0.1-win64.zip]: https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl-3.0.1-win64.zip -[hurl-3.0.1-win64-installer.exe]: https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl-3.0.1-win64-installer.exe -[hurl-3.0.1-x86_64-macos.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl-3.0.1-x86_64-macos.tar.gz -[hurl-3.0.1-arm64-macos.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl-3.0.1-arm64-macos.tar.gz -[hurl-3.0.1-x86_64-linux.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl-3.0.1-x86_64-linux.tar.gz +[hurl-4.0.0-win64.zip]: https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl-4.0.0-win64.zip +[hurl-4.0.0-win64-installer.exe]: https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl-4.0.0-win64-installer.exe +[hurl-4.0.0-x86_64-macos.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl-4.0.0-x86_64-macos.tar.gz +[hurl-4.0.0-arm64-macos.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl-4.0.0-arm64-macos.tar.gz +[hurl-4.0.0-x86_64-linux.tar.gz]: https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl-4.0.0-x86_64-linux.tar.gz [AUR]: https://wiki.archlinux.org/index.php/Arch_User_Repository [`hurl-bin` package]: https://aur.archlinux.org/packages/hurl-bin/ [install]: https://www.rust-lang.org/tools/install diff --git a/packages/hurl_core/Cargo.toml b/packages/hurl_core/Cargo.toml index f4b2c243752..2d514da6371 100644 --- a/packages/hurl_core/Cargo.toml +++ b/packages/hurl_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurl_core" -version = "4.0.0-SNAPSHOT" +version = "4.0.0" authors = ["Fabrice Reix "] edition = "2021" license = "Apache-2.0" diff --git a/packages/hurlfmt/Cargo.toml b/packages/hurlfmt/Cargo.toml index 2874eee9fbe..a9d8114ac33 100644 --- a/packages/hurlfmt/Cargo.toml +++ b/packages/hurlfmt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurlfmt" -version = "4.0.0-SNAPSHOT" +version = "4.0.0" authors = ["Fabrice Reix "] edition = "2021" license = "Apache-2.0" @@ -18,7 +18,7 @@ atty = "0.2.14" base64 = "0.21.2" clap = { version = "4.3.9", features = ["cargo", "wrap_help"] } colored = "2.0.0" -hurl_core = { version = "4.0.0-SNAPSHOT", path = "../hurl_core" } +hurl_core = { version = "4.0.0", path = "../hurl_core" } regex = "1.8.4" [dev-dependencies]