From ef036bc79dee24815ef2e05fc6d43195eceb61a3 Mon Sep 17 00:00:00 2001 From: Sebastian Urban Date: Tue, 6 Feb 2024 00:39:19 +0100 Subject: [PATCH] Aggligator-util 0.12.2 --- aggligator-util/CHANGELOG.md | 4 ++++ aggligator-util/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/aggligator-util/CHANGELOG.md b/aggligator-util/CHANGELOG.md index aee04bd..3049e8a 100644 --- a/aggligator-util/CHANGELOG.md +++ b/aggligator-util/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to aggligator utilities will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.12.2 - 2024-02-06 +### Fixed +- make sure that IPv4 connections are accepted + ## 0.12.1 - 2024-02-05 ### Fixed - build on non-Linux platforms diff --git a/aggligator-util/Cargo.toml b/aggligator-util/Cargo.toml index 5c7cd1d..42d0bfb 100644 --- a/aggligator-util/Cargo.toml +++ b/aggligator-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aggligator-util" -version = "0.12.1" +version = "0.12.2" edition = "2021" rust-version = "1.70" authors = ["Sebastian Urban "]