Skip to content

Commit

Permalink
Create 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hurl-bot committed Feb 1, 2023
1 parent 849b154 commit 0c73781
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/manual/hurl.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH hurl 1 "01 Feb 2023" "hurl 2.0.1-SNAPSHOT" " Hurl Manual"
.TH hurl 1 "01 Feb 2023" "hurl 2.0.1" " Hurl Manual"
.SH NAME

hurl - run and test HTTP requests.
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/hurlfmt.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH hurl 1 "01 Feb 2023" "hurl 2.0.1-SNAPSHOT" " Hurl Manual"
.TH hurl 1 "01 Feb 2023" "hurl 2.0.1" " Hurl Manual"
.SH NAME

hurlfmt - format Hurl files
Expand Down
4 changes: 2 additions & 2 deletions packages/hurl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hurl"
version = "2.0.1-SNAPSHOT"
version = "2.0.1"
authors = ["Fabrice Reix <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -29,7 +29,7 @@ float-cmp = "0.9.0"
glob = "0.3.1"
hex = "0.4.3"
hex-literal = "0.3.4"
hurl_core = { version = "2.0.1-SNAPSHOT", path = "../hurl_core" }
hurl_core = { version = "2.0.1", path = "../hurl_core" }
indexmap = "1.9.2"
libflate = "1.2.0"
libxml = "0.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/hurl_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hurl_core"
version = "2.0.1-SNAPSHOT"
version = "2.0.1"
authors = ["Fabrice Reix <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/hurlfmt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hurlfmt"
version = "2.0.1-SNAPSHOT"
version = "2.0.1"
authors = ["Fabrice Reix <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -18,7 +18,7 @@ atty = "0.2.14"
base64 = "0.21.0"
clap = { version = "4.1.4", features = ["cargo", "wrap_help"] }
colored = "2.0.0"
hurl_core = { version = "2.0.1-SNAPSHOT", path = "../hurl_core" }
hurl_core = { version = "2.0.1", path = "../hurl_core" }
regex = "1.7.1"

[dev-dependencies]
Expand Down

0 comments on commit 0c73781

Please sign in to comment.