diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f4008d..68b6008 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: # Validate wrapper - name: Gradle Wrapper Validation - uses: gradle/wrapper-validation-action@v1.1.0 + uses: gradle/wrapper-validation-action@v2.1.2 # Set up Java environment for the next steps - name: Setup Java diff --git a/CHANGELOG.md b/CHANGELOG.md index 88aad91..fe5d676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ ## [Unreleased] +## [0.1.2] - 2024-02-05 + +### Added + +- Fix light parent scheme +- Move EditorTab coloring to editor config + ## [0.1.1] - 2024-01-30 ### Added @@ -17,6 +24,7 @@ - Initial plugin config -[Unreleased]: https://github.com/Lohni/gruvbox_nr/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/Lohni/gruvbox_nr/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/Lohni/gruvbox_nr/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/Lohni/gruvbox_nr/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/Lohni/gruvbox_nr/commits/v0.1.0