File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 2.11.0 - 27-02-2024
2+
3+ * Fix wasm integration by removing call to ` SystemTime::now ` which is not available in wasm
4+ * Fix default local network for trusted proxies
5+ * Add default header action
6+
7+ ## 2.10.1 - 06-02-2024
8+
9+ * Fix building without specific features
10+
111## 2.10.0 - 06-02-2024
212
313 * Updated dependencies
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "redirectionio"
33description = " Redirection IO Library to handle matching rule, redirect and filtering headers and body."
44repository = " https://github.com/redirectionio/libredirectionio"
55license = " MIT"
6- version = " 2.10.1 "
6+ version = " 2.11.0 "
77authors = [
" Joel Wurtz <[email protected] >" ]
88edition = " 2018"
99build = " src/build.rs"
You can’t perform that action at this time.
0 commit comments