diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index f73e348..ce4a30c 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -133,7 +133,7 @@ jobs: # if: startsWith(github.ref, 'refs/tags/') with: name: ExCode - tag_name: v0.4.0 + tag_name: v0.4.1 prerelease: true generate_release_notes: true files: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a63dc4..ab93690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## 0.4.1 | 30-11-2022 (HOTFIX) + +### Additions + +- Added functionality to create custom snippets. +- Added functionality to reorder snippet bar. + +### Fixes / Improvements + +- Fixed windows startup issue. +- Fixed issue where changing language crashed the editor. + ## 0.4.0 | 28-11-2022 ### Additions diff --git a/pubspec.yaml b/pubspec.yaml index 47fba47..7688b72 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A code execution editor which supports multiple languages. publish_to: 'none' -version: 0.4.0 +version: 0.4.1 environment: sdk: ">=2.17.0 <3.0.0"