We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f703bd commit b9b945fCopy full SHA for b9b945f
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.3.6](https://github.com/jdrouet/no-proxy/compare/v0.3.5...v0.3.6) - 2025-03-07
11
+
12
+### Other
13
14
+- replace cidr-utils with cidre crate
15
16
## [0.3.5](https://github.com/jdrouet/no-proxy/compare/v0.3.4...v0.3.5) - 2024-10-04
17
18
### Fixed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "no-proxy"
3
-version = "0.3.5"
+version = "0.3.6"
4
authors = ["Jérémie Drouet <jeremie.drouet@gmail.com>"]
5
edition = "2018"
6
description = "Parses and evaluate no_proxy configuration"
0 commit comments