diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3f17015 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# 0.1.0 (2023-11-16) + +Initial release. diff --git a/Cargo.toml b/Cargo.toml index bc751ba..e004994 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper-util" -version = "0.0.0" +version = "0.1.0" description = "hyper utilities" readme = "README.md" homepage = "https://hyper.rs" @@ -12,8 +12,6 @@ keywords = ["http", "hyper", "hyperium"] categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"] edition = "2018" -publish = false # no accidents while in dev - [dependencies] hyper = "1.0.0" futures-channel = "0.3"