Skip to content

Commit

Permalink
(cargo-release) version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Sep 14, 2022
1 parent f182709 commit 5634f24
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.1] - 2022-09-14
- Add more architectures
- Renamed `--cert` to `--tls-cert` and `--key` to `--tls-key` but the old flags are
still usable (though hidden)
Expand Down Expand Up @@ -58,7 +60,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Print body (#13)

<!-- next-url -->
[Unreleased]: https://github.com/svenstaro/dummyhttp/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/svenstaro/dummyhttp/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/svenstaro/dummyhttp/compare/v1.0.0...v1.0.1
[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 = "1.0.0"
version = "1.0.1"
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 1.0.0
dummyhttp 1.0.1
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 5634f24

Please sign in to comment.