From 6ea013d8dd2a8d06d84fef3ec2eaa325f122e793 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 16 Jul 2021 18:19:48 -0400 Subject: [PATCH] 2.6 --- .github/workflows/build.yml | 2 +- CHANGELOG.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e53bcd2..4ee8889 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ name: Build on: # Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g. for dependabot pull requests) push: - branches: [main, try_kotlin_template] + branches: [main, try_kotlin_template, v2.6] # Trigger the workflow on any pull request pull_request: diff --git a/CHANGELOG.md b/CHANGELOG.md index 1961b1a..6bf8886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,8 @@ # demo-proj Changelog ## [Unreleased] -## [2.5.2] -- added something +- add background loading at startup +- move to intellij-plugin-template ## [2.5.1] ### Added diff --git a/gradle.properties b/gradle.properties index d539147..94163ab 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = com.github.cschar.pmode3 pluginName = power-mode-zeranthium -pluginVersion = 2.5.2 +pluginVersion = 2.6.0 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions.