Skip to content

Commit cc0345b

Browse files
committed
[Release] Release v0.1.1
Test the automated release process
1 parent bae98ab commit cc0345b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,19 @@
22

33
# FilePermissionsPlugin Changelog
44

5+
## [Unreleased]
6+
### Added
7+
nothing yet
8+
9+
## [0.1.1]
10+
### Added
11+
- Just to test the release process for next time
12+
513
## [0.1.0]
614
### Added
715
- Support for changing all permissions
816
- Support for making a file executable
917

10-
## [Unreleased]
18+
## [0.0.1]
1119
### Added
1220
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pluginGroup = net.bjonnh.intellij.filepermissionsplugin
55
pluginName = File Permissions Plugin
6-
pluginVersion = 0.1.0
6+
pluginVersion = 0.1.1
77
pluginSinceBuild = 202
88
pluginUntilBuild = 203.*
99
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl

0 commit comments

Comments
 (0)