From 3d62e646541042f772d97c72c68c723da3f04090 Mon Sep 17 00:00:00 2001 From: Sebastian Urban Date: Fri, 9 Dec 2022 23:57:08 +0100 Subject: [PATCH] Utils version 0.1.0 --- aggligator-util/CHANGELOG.md | 6 ++++-- aggligator-util/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/aggligator-util/CHANGELOG.md b/aggligator-util/CHANGELOG.md index 5a05131..fa986d7 100644 --- a/aggligator-util/CHANGELOG.md +++ b/aggligator-util/CHANGELOG.md @@ -5,9 +5,11 @@ 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.1.0 - +## 0.1.1 ### Added +- support for non-Linux platforms +## 0.1.0 +### Added - initial release diff --git a/aggligator-util/Cargo.toml b/aggligator-util/Cargo.toml index 6451221..1ba3d1a 100644 --- a/aggligator-util/Cargo.toml +++ b/aggligator-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aggligator-util" -version = "0.1.0" +version = "0.1.1" edition = "2021" rust-version = "1.65" authors = ["Sebastian Urban "]