Skip to content

Commit

Permalink
Releases v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Feb 2, 2025
1 parent b10c876 commit f9f9c9b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.3.0] - 2025-02-02

### Changed

- Uses the `http` crate structs to represent the HTTP model (`Request`, `Response`, `StatusCode`...) instead of the ones
defined by `oxhttp`. Only the `Body` struct is implemented by `oxhttp`.
- The `rustls-*-native` features now rely on the `rustls-platform-verifier` crate to support certificate revocation.
The now redundant `rustls-*-platform-verifier` features have been removed.

## [0.2.7] - 2024-12-23

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxhttp"
version = "0.3.0-dev"
version = "0.3.0"
authors = ["Tpt <[email protected]>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit f9f9c9b

Please sign in to comment.