Skip to content

Commit

Permalink
Create 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hurl-bot committed Jan 25, 2023
1 parent 3ff999d commit e7e00c6
Show file tree
Hide file tree
Showing 9 changed files with 184 additions and 184 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.

116 changes: 58 additions & 58 deletions README.md

Large diffs are not rendered by default.

116 changes: 58 additions & 58 deletions docs/manual.md

Large diffs are not rendered by default.

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 "24 Jan 2023" "hurl 2.0.0-SNAPSHOT" " Hurl Manual"
.TH hurl 1 "25 Jan 2023" "hurl 2.0.0" " 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 "24 Jan 2023" "hurl 2.0.0-SNAPSHOT" " Hurl Manual"
.TH hurl 1 "25 Jan 2023" "hurl 2.0.0" " 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.0-SNAPSHOT"
version = "2.0.0"
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.0-SNAPSHOT", path = "../hurl_core" }
hurl_core = { version = "2.0.0", path = "../hurl_core" }
indexmap = "1.9.2"
libflate = "1.2.0"
libxml = "0.3.1"
Expand Down
116 changes: 58 additions & 58 deletions packages/hurl/README.md

Large diffs are not rendered by default.

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.0-SNAPSHOT"
version = "2.0.0"
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.0-SNAPSHOT"
version = "2.0.0"
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.0-SNAPSHOT", path = "../hurl_core" }
hurl_core = { version = "2.0.0", path = "../hurl_core" }
regex = "1.7.1"

[dev-dependencies]
Expand Down

0 comments on commit e7e00c6

Please sign in to comment.