Skip to content

Commit

Permalink
Prepare for new prerelease version
Browse files Browse the repository at this point in the history
  • Loading branch information
connorslade committed Sep 4, 2023
1 parent 8d5d0bb commit 633ddfd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
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
Expand Up @@ -2,7 +2,7 @@
authors = ["Connor Slade <[email protected]>"]
edition = "2018"
name = "afire"
version = "3.0.0-alpha.1"
version = "3.0.0-alpha.2"

categories = ["network-programming", "web-programming::http-server"]
description = "🔥 A blazing fast web framework for Rust"
Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ Coming Soon
- `/hello*world`
- Internal `url::decode` will not hard fail in the case of invalid url encoded strings.
- Add `PathNormalizer` middleware that removes trailing and repeating slashes from paths.
- Optimize router. Benchmarking is kinda hard but I _think_ this new router is faster even though it is significantly more flexible.
- Rename HeaderType to HeaderName as that is the correct name.
- Accept `Into<Header>` in `Context::header` and `Response::header`.
- Create 'header structs' that can be converted into a `Header` and simplify working with headers in responses.

# 2.2.1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Just add the following to your `Cargo.toml`:

```toml
[dependencies]
afire = "3.0.0-alpha.1"
afire = "3.0.0-alpha.2"
```

## 📄 Info
Expand Down

0 comments on commit 633ddfd

Please sign in to comment.