Skip to content

Commit

Permalink
chore: Release dummyhttp version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Aug 23, 2024
1 parent c56f84e commit 23ef074
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.1.0] - 2024-08-23
- Added `--delay` to delay HTTP responses [#514](https://github.com/svenstaro/dummyhttp/pull/514) (thanks @Sebekerga)

## [1.0.3] - 2023-04-28
Expand Down Expand Up @@ -68,7 +70,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.3...HEAD
[Unreleased]: https://github.com/svenstaro/dummyhttp/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/svenstaro/dummyhttp/compare/v1.0.3...v1.1.0
[1.0.3]: https://github.com/svenstaro/dummyhttp/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/svenstaro/dummyhttp/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/svenstaro/dummyhttp/compare/v1.0.0...v1.0.1
Expand Down
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.3"
version = "1.1.0"
description = "Super simple HTTP server that replies with a fixed body and a fixed response code"
authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>"]
repository = "https://github.com/svenstaro/dummyhttp"
Expand Down

0 comments on commit 23ef074

Please sign in to comment.