From 1a7974a87cf8a2d0bb5b98083576009cafec6c21 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sun, 18 Aug 2024 13:21:56 +0200 Subject: [PATCH] Version 0.2.4 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54f6dd2..304ed5e 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.2.4` - August 18th, 2024 ### Added diff --git a/Cargo.lock b/Cargo.lock index 07acf30..26666dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1989,7 +1989,7 @@ dependencies = [ [[package]] name = "rokit" -version = "0.2.3" +version = "0.2.4" dependencies = [ "anyhow", "async-once-cell", diff --git a/Cargo.toml b/Cargo.toml index 62be114..88c0bb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rokit" -version = "0.2.3" +version = "0.2.4" edition = "2021" license = "MIT" repository = "https://github.com/rojo-rbx/rokit"