File tree 2 files changed +26
-1
lines changed
2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ## [ 0.3.5] ( https://github.com/jdrouet/no-proxy/compare/v0.3.4...v0.3.5 ) - 2024-10-04
11
+
12
+ ### Fixed
13
+
14
+ - * (test)* update tests to be valid
15
+ - * (deps)* update for cidr-utils changes
16
+
17
+ ### Other
18
+
19
+ - add format and check test ([ #8 ] ( https://github.com/jdrouet/no-proxy/pull/8 ) )
20
+ - remove default features for async-graphql
21
+ - avoid memory alloc
22
+ - avoid allocation when not needed
23
+ - use any to go through possible match
24
+ - * (deps)* bump async-graphql and cidr-utils
25
+ - create release-plz configuration
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " no-proxy"
3
- version = " 0.3.4 "
3
+ version = " 0.3.5 "
4
4
authors = [
" Jérémie Drouet <[email protected] >" ]
5
5
edition = " 2018"
6
6
description = " Parses and evaluate no_proxy configuration"
You can’t perform that action at this time.
0 commit comments