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 "]