Skip to content

Commit

Permalink
Add 0.8.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexliesenfeld authored Sep 3, 2024
1 parent e59cf16 commit 69c836b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## Version 0.8.0-aloha.1
## Version 0.8.0-alpha.2

- Building without default features does not result in compilation error. Fixed in [#111](https://github.com/alexliesenfeld/httpmock/pull/112) by [@jayvdb](https://github.com/jayvdb).

## Version 0.8.0-alpha.1

### BREAKING CHANGES
- A new [MockServer::reset](https://docs.rs/httpmock/latest/httpmock/struct.MockServer.html#method.reset) method was added that resets a mock server. Thanks for providing the [pull request](https://github.com/alexliesenfeld/httpmock/pull/100) for this feature, [@dax](https://github.com/dax).
Expand Down

0 comments on commit 69c836b

Please sign in to comment.