Skip to content

Commit

Permalink
chore: version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
themartdev committed Oct 10, 2024
1 parent 1a03bb9 commit e8a43fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased]

## [0.2.1] - 2024-10-10

### Added

- Improved parsing of partial `let` expressions
Expand Down Expand Up @@ -63,7 +65,9 @@
- Root keyword completion
- Auto indentation, brace matching, etc.

[Unreleased]: https://github.com/themartdev/intellij-gleam/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/themartdev/intellij-gleam/compare/v0.2.1...HEAD

[0.2.1]: https://github.com/themartdev/intellij-gleam/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/themartdev/intellij-gleam/compare/v0.1.2...v0.2.0
[0.1.2]: https://github.com/themartdev/intellij-gleam/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/themartdev/intellij-gleam/compare/v0.1.0...v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pluginGroup = com.github.themartdev.intellijgleam
pluginName = intellij-gleam
pluginRepositoryUrl = https://github.com/themartdev/intellij-gleam
pluginVersion=0.2.0
pluginVersion=0.2.1

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 241
Expand Down

0 comments on commit e8a43fc

Please sign in to comment.