Skip to content

Commit 56c2dd4

Browse files
chore: release (#5)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b03583a commit 56c2dd4

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "no-proxy"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
authors = ["Jérémie Drouet <[email protected]>"]
55
edition = "2018"
66
description = "Parses and evaluate no_proxy configuration"

0 commit comments

Comments
 (0)