Skip to content

Commit

Permalink
(cargo-release) version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Sep 11, 2022
1 parent 9057d31 commit 06e2a9e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->

## [Unreleased] - ReleaseDate

## [1.0.0] - 2022-09-11
- Use ubuntu base image for container images

## [0.6.2] - 2022-09-11
Expand Down Expand Up @@ -52,6 +54,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Print body (#13)

<!-- next-url -->
[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
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
repository = "https://github.com/svenstaro/dummyhttp"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Example with color:

## Full options

dummyhttp 0.6.2
dummyhttp 1.0.0
Sven-Hendrik Haase <[email protected]>
Super simple HTTP server that replies with a fixed body and a fixed response code

Expand Down

0 comments on commit 06e2a9e

Please sign in to comment.