diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b4bdb..3e93eb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ 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). +## `0.3.2` - July 24th, 2024 + +### Fixed + +- Fixed explorer flickering issue / constant refreshing introduced in `0.3.1`. + ## `0.3.1` - July 23rd, 2024 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 7402840..fc7ea45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1564,7 +1564,7 @@ dependencies = [ [[package]] name = "roblox-ui" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index cffef08..ee929ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roblox-ui" -version = "0.3.1" +version = "0.3.2" 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 fc50bc2..24f32cb 100644 --- a/editors/vscode/package-lock.json +++ b/editors/vscode/package-lock.json @@ -1,6 +1,6 @@ { "name": "roblox-ui", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/editors/vscode/package.json b/editors/vscode/package.json index f6024dc..9854631 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.3.1", + "version": "0.3.2", "license": "MIT", "publisher": "filiptibell", "author": {