diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a0ac56..2c18234 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.3.0` - December 31st, 2023 ### Added diff --git a/Cargo.lock b/Cargo.lock index 3d8235b..32a05b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1489,7 +1489,7 @@ dependencies = [ [[package]] name = "roblox-ui" -version = "0.2.2" +version = "0.3.0" dependencies = [ "anyhow", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index eea3a4f..48e1535 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roblox-ui" -version = "0.2.2" +version = "0.3.0" edition = "2021" description = "A frontend for Roblox projects" keywords = ["cli", "async"] diff --git a/editors/vscode/package-lock.json b/editors/vscode/package-lock.json index 40d2c40..edc60f7 100644 --- a/editors/vscode/package-lock.json +++ b/editors/vscode/package-lock.json @@ -1,12 +1,12 @@ { "name": "roblox-ui", - "version": "0.2.2", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roblox-ui", - "version": "0.2.2", + "version": "0.3.0", "license": "MIT", "dependencies": { "anymatch": "^3.1.3", diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 339b582..2c4d1c7 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -2,7 +2,7 @@ "name": "roblox-ui", "displayName": "Roblox UI", "description": "A frontend for Roblox projects", - "version": "0.2.2", + "version": "0.3.0", "license": "MIT", "publisher": "filiptibell", "author": {