Skip to content

Commit 7a9faad

Browse files
authored
chore: prepare 0.4.2 release (#16)
Adds changelog and bumps version to 0.4.2 with dependency updates.
1 parent f401ac4 commit 7a9faad

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
9+
## [[0.4.2]] - 2025-12-18
10+
11+
### Improvements
12+
13+
- Update dependencies

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proxy_cfg"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2024"
55
authors = ["mattico8@gmail.com", "rmarkiewicz@devolutions.net" ]
66
categories = ["network-programming", "os"]

0 commit comments

Comments
 (0)