|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +## 0.6.0-alpha1 (2022-01-13) |
| 4 | +## What's Changed |
| 5 | +* Use async version from rocket's master branch by @HenningHolmDE in https://github.com/lawliet89/rocket_cors/pull/81 |
| 6 | +* fix: Update to latest master Rocket version by @DusterTheFirst in https://github.com/lawliet89/rocket_cors/pull/85 |
| 7 | +* Update to latest master Rocket version by @thanadolps in https://github.com/lawliet89/rocket_cors/pull/89 |
| 8 | +* Upgrade to GitHub-native Dependabot by @dependabot-preview in https://github.com/lawliet89/rocket_cors/pull/90 |
| 9 | +* Update to latest Rocket master by @ELD in https://github.com/lawliet89/rocket_cors/pull/91 |
| 10 | +* Resolve Tokio Dependency conflicy by @magpie-engineering in https://github.com/lawliet89/rocket_cors/pull/92 |
| 11 | +* Update to Rocket 0.5-rc.1 by @ELD in https://github.com/lawliet89/rocket_cors/pull/93 |
| 12 | +* Update lib.rs and README for nightly req and version by @jtroo in https://github.com/lawliet89/rocket_cors/pull/95 |
| 13 | +* Responder lifetime cannot be infered by @mrene in https://github.com/lawliet89/rocket_cors/pull/97 |
| 14 | +* Fix documentation typos by @deneiruy in https://github.com/lawliet89/rocket_cors/pull/98 |
| 15 | +* Fix rustdoc lint drift by @ELD in https://github.com/lawliet89/rocket_cors/pull/101 |
| 16 | +* Drop body from response to preflight request by @KOBA789 in https://github.com/lawliet89/rocket_cors/pull/100 |
| 17 | +* docs: fix ci badge by @torkleyy in https://github.com/lawliet89/rocket_cors/pull/104 |
| 18 | +* feat: update rust edition from 2018 to 2021 by @somehowchris in https://github.com/lawliet89/rocket_cors/pull/105 |
| 19 | + |
| 20 | +## New Contributors |
| 21 | +* @HenningHolmDE made their first contribution in https://github.com/lawliet89/rocket_cors/pull/81 |
| 22 | +* @DusterTheFirst made their first contribution in https://github.com/lawliet89/rocket_cors/pull/85 |
| 23 | +* @thanadolps made their first contribution in https://github.com/lawliet89/rocket_cors/pull/89 |
| 24 | +* @magpie-engineering made their first contribution in https://github.com/lawliet89/rocket_cors/pull/92 |
| 25 | +* @jtroo made their first contribution in https://github.com/lawliet89/rocket_cors/pull/95 |
| 26 | +* @mrene made their first contribution in https://github.com/lawliet89/rocket_cors/pull/97 |
| 27 | +* @deneiruy made their first contribution in https://github.com/lawliet89/rocket_cors/pull/98 |
| 28 | +* @KOBA789 made their first contribution in https://github.com/lawliet89/rocket_cors/pull/100 |
| 29 | +* @torkleyy made their first contribution in https://github.com/lawliet89/rocket_cors/pull/104 |
| 30 | +* @somehowchris made their first contribution in https://github.com/lawliet89/rocket_cors/pull/105 |
| 31 | + |
| 32 | +**Full Changelog**: https://github.com/lawliet89/rocket_cors/compare/v0.5.2...v0.6.0-alpha1 |
3 | 33 | ## 0.5.2 (2020-03-18) |
4 | 34 |
|
5 | 35 | ### Improvements |
|
0 commit comments