diff --git a/CHANGELOG.md b/CHANGELOG.md index ef549b7..a67f7d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to this project 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). -## Unreleased +## `0.1.0` - June 9th, 2024 ### Added diff --git a/Cargo.lock b/Cargo.lock index beffde1..19f3a1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1776,7 +1776,7 @@ dependencies = [ [[package]] name = "rokit" -version = "0.0.7" +version = "0.1.0" dependencies = [ "anyhow", "async-once-cell", diff --git a/Cargo.toml b/Cargo.toml index 76b423d..ed63f13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rokit" -version = "0.0.7" +version = "0.1.0" edition = "2021" license = "MIT" repository = "https://github.com/filiptibell/rokit"