Skip to content

Commit

Permalink
1.0.43 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 5, 2024
1 parent 377303f commit e727004
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## [Unreleased]

## [1.0.43] - 2024-05-05

@Nullable, @NotNull, @Nonnull annotations for fields, method parameters, and method return type - edge cases fixed

## [1.0.42] - 2024-05-05

@Nullable, @NotNull, @Nonnull annotations for fields, method parameters, and method return type
Expand Down Expand Up @@ -195,7 +199,8 @@ Improved handling of multi-line log messages

## [0.0.1]

[Unreleased]: https://github.com/AntoniRokitnicki/AdvancedExpressionFolding/compare/v1.0.42...HEAD
[Unreleased]: https://github.com/AntoniRokitnicki/AdvancedExpressionFolding/compare/v1.0.43...HEAD
[1.0.43]: https://github.com/AntoniRokitnicki/AdvancedExpressionFolding/compare/v1.0.42...v1.0.43
[1.0.42]: https://github.com/AntoniRokitnicki/AdvancedExpressionFolding/compare/v1.0.41...v1.0.42
[1.0.41]: https://github.com/AntoniRokitnicki/AdvancedExpressionFolding/compare/v1.0.40...v1.0.41
[1.0.40]: https://github.com/AntoniRokitnicki/AdvancedExpressionFolding/compare/v1.0.39...v1.0.40
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.advanced-java-folding2
pluginName = advanced-expression-folding2
pluginRepositoryUrl = https://github.com/AntoniRokitnicki/AdvancedExpressionFolding
# SemVer format -> https://semver.org
pluginVersion = 1.0.42
pluginVersion = 1.0.43

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 223
Expand Down
11 changes: 10 additions & 1 deletion plugin_repository.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
<plugin-repository>
<ff>"Formatting"</ff>
<category name="Formatting">
<idea-plugin downloads="201819" size="194148" date="1625903057042" updatedDate="1625903057042"><name>Advanced Java Folding 2 (Beta)</name>
<idea-plugin downloads="201820" size="194149" date="1625903057043" updatedDate="1625903057043"><name>Advanced Java Folding 2 (Beta)</name>
<id>com.github.bigdecimal-folding2</id>
<description />
<version>1.0.43</version>
<vendor email="android.rokitnicki@gmail.com" url="https://github.com/AntoniRokitnicki/AdvancedExpressionFolding">Antoni</vendor>
<rating>4.6</rating>
<change-notes>@Nullable, @NotNull, @Nonnull annotations for fields, method parameters, and method return type - edge cases fixed</change-notes>
<download-url>https://github.com/AntoniRokitnicki/AdvancedExpressionFolding/releases/download/v1.0.43/AdvancedExpressionFolding-v1.0.43.jar</download-url>
<idea-version min="n/a" max="n/a" since-build="212.4638" />
</idea-plugin><idea-plugin downloads="201819" size="194148" date="1625903057042" updatedDate="1625903057042"><name>Advanced Java Folding 2 (Beta)</name>
<id>com.github.bigdecimal-folding2</id>
<description />
<version>1.0.42</version>
Expand Down

0 comments on commit e727004

Please sign in to comment.