diff --git a/CHANGELOG.md b/CHANGELOG.md index def95da..e9006e9 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.3` - June 18th, 2024 ### Changed diff --git a/Cargo.lock b/Cargo.lock index d80ee27..95557e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1838,7 +1838,7 @@ dependencies = [ [[package]] name = "rokit" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "async-once-cell", diff --git a/Cargo.toml b/Cargo.toml index ac86812..b06ef5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rokit" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "MIT" repository = "https://github.com/rojo-rbx/rokit"