From 06e2a9e6dbbc45de14859f755c390efbd7d8264f Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sun, 11 Sep 2022 06:44:21 +0200 Subject: [PATCH] (cargo-release) version 1.0.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e55180d..e66f730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate + +## [1.0.0] - 2022-09-11 - Use ubuntu base image for container images ## [0.6.2] - 2022-09-11 @@ -52,6 +54,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Print body (#13) -[Unreleased]: https://github.com/svenstaro/dummyhttp/compare/v0.6.2...HEAD +[Unreleased]: https://github.com/svenstaro/dummyhttp/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/svenstaro/dummyhttp/compare/v0.6.2...v1.0.0 [0.6.2]: https://github.com/svenstaro/dummyhttp/compare/v0.6.0...v0.6.2 [0.6.0]: https://github.com/svenstaro/dummyhttp/compare/0.5.0...v0.6.0 diff --git a/Cargo.lock b/Cargo.lock index f76223f..705211d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -423,7 +423,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dummyhttp" -version = "0.6.2" +version = "1.0.0" dependencies = [ "Inflector", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 8d6c8a6..156802f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dummyhttp" -version = "0.6.2" +version = "1.0.0" description = "Super simple HTTP server that replies with a fixed body and a fixed response code" authors = ["Sven-Hendrik Haase "] repository = "https://github.com/svenstaro/dummyhttp" diff --git a/README.md b/README.md index 5fdccaf..561bc1f 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Example with color: ## Full options - dummyhttp 0.6.2 + dummyhttp 1.0.0 Sven-Hendrik Haase Super simple HTTP server that replies with a fixed body and a fixed response code