Skip to content

Commit

Permalink
Merge pull request #86 from witspirit/versioning-update
Browse files Browse the repository at this point in the history
Fix changelog formatting and start semantic versioning
  • Loading branch information
picimako committed Jun 19, 2023
2 parents ef11b5b + c2e8a01 commit 5ad5bb3
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 46 deletions.
45 changes: 1 addition & 44 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,52 +2,9 @@

## [Unreleased]

## [1.61]
## [1.61.0]
### Changed
- Added support for IJ-2023.2 and dropped support for IJ-2021.2.
- Updated the plugin configuration to be based on the intellij-platform-plugin-template
- Updated GitHub Actions integration to build and validate the plugin.
- Removed unnecessary project dependencies.

## 1.60
### Changed
- Added support for IJ-2023.1.

## 1.59
- Upgraded plugin to support IJ-2022.3.
- Dropped plugin to support IJ-2021.1.
- Upgraded kotlin and gradle-intellij-plugin versions.
- Improved the appearance of the Story file structure view.

## 1.58
- Upgraded plugin to support IJ-2022.2.
- Added some run configurations for plugin development.

## 1.57
- Added structure view for .story files that can be triggered via Ctrl+12 or similar shortcut.

## 1.56
- Upgraded plugin to support IJ-2022.1.
- Upgraded gradle, gradle-intellij-plugin and JUnit versions.

## 1.55
- Upgraded plugin to work with IJ-2021.3.

# 1.54a
- Fixed packaging of the plugin.

## 1.54
Important note: This version is no longer available for IntelliJ version prior to 2021.1.

- Upgraded plugin to work with IJ-2021.2.
- Fixed spellchecking support for .story files.
- Upgraded gradle to 7.1.1
- Upgraded kotlin library version to 1.4.32

## 1.53
- Some small bug fixes to prevent errors

## 1.5
- Ability to find usages of a step method
- Inspections speed has been increased
- JBehave icon has been updated
44 changes: 44 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Release notes - old

## 1.60
### Changed
- Added support for IJ-2023.1.

## 1.59
- Upgraded plugin to support IJ-2022.3.
- Dropped plugin to support IJ-2021.1.
- Upgraded kotlin and gradle-intellij-plugin versions.
- Improved the appearance of the Story file structure view.

## 1.58
- Upgraded plugin to support IJ-2022.2.
- Added some run configurations for plugin development.

## 1.57
- Added structure view for .story files that can be triggered via Ctrl+12 or similar shortcut.

## 1.56
- Upgraded plugin to support IJ-2022.1.
- Upgraded gradle, gradle-intellij-plugin and JUnit versions.

## 1.55
- Upgraded plugin to work with IJ-2021.3.

# 1.54a
- Fixed packaging of the plugin.

## 1.54
Important note: This version is no longer available for IntelliJ version prior to 2021.1.

- Upgraded plugin to work with IJ-2021.2.
- Fixed spellchecking support for .story files.
- Upgraded gradle to 7.1.1
- Upgraded kotlin library version to 1.4.32

## 1.53
- Some small bug fixes to prevent errors

## 1.5
- Ability to find usages of a step method
- Inspections speed has been increased
- JBehave icon has been updated
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ intellij {
changelog {
groups.set(emptyList())
repositoryUrl.set(properties("pluginRepositoryUrl"))
headerParserRegex.set("\\d+\\.\\d+(\\.\\d+)?")
}

tasks {
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.kumaraman21.intellijbehave
pluginName = JBehave Support
pluginRepositoryUrl = https://github.com/witspirit/IntelliJBehave
# SemVer format -> https://semver.org
pluginVersion = 1.61
pluginVersion = 1.61.0

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

0 comments on commit 5ad5bb3

Please sign in to comment.