Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and Lohni committed Apr 18, 2024
1 parent 9ef70be commit b313922
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

## [Unreleased]

## [1.1.0] - 2024-04-18

### Added

- ajdust python colors

- Class / type annotations
- Function definition
- Predifined definition/usage
- `self` parameter

![screenshot](https://plugins.jetbrains.com/files/23675/screenshot_f8cd0d5b-b9c0-452d-88d8-71aa46ff910f)

## [1.0.0] - 2024-04-05

### Removed
Expand Down Expand Up @@ -40,7 +53,8 @@

- Initial plugin config

[Unreleased]: https://github.com/Lohni/gruvbox_nr/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/Lohni/gruvbox_nr/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/Lohni/gruvbox_nr/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/Lohni/gruvbox_nr/compare/v0.2.0...v1.0.0
[0.2.0]: https://github.com/Lohni/gruvbox_nr/compare/v0.1.2...v0.2.0
[0.1.2]: https://github.com/Lohni/gruvbox_nr/compare/v0.1.1...v0.1.2
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.github.lohni.gruvboxnr
pluginName = gruvbox_nr
pluginRepositoryUrl = https://github.com/Lohni/gruvbox_nr
# SemVer format -> https://semver.org
pluginVersion = 1.0.0
pluginVersion = 1.1.0

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

0 comments on commit b313922

Please sign in to comment.