Skip to content

Commit

Permalink
feat: increment version and build
Browse files Browse the repository at this point in the history
  • Loading branch information
smashedtoatoms committed Sep 19, 2024
1 parent 4fbaa23 commit b5154b3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.6] - 2024-09-19

- Update build and increment version

## [0.1.5] - 2024-07-24

Update build and increment version
- Update build and increment version

## [0.1.4] - 2024-03-18

Expand Down Expand Up @@ -101,7 +105,8 @@ Update build and increment version
- Initial scaffold created from [IntelliJ Platform Plugin
Template](https://github.com/JetBrains/intellij-platform-plugin-template)

[Unreleased]: https://github.com/smashedtoatoms/Zenburn/compare/v0.1.5...HEAD
[Unreleased]: https://github.com/smashedtoatoms/Zenburn/compare/v0.1.6...HEAD
[0.1.6]: https://github.com/smashedtoatoms/Zenburn/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/smashedtoatoms/Zenburn/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/smashedtoatoms/Zenburn/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/smashedtoatoms/Zenburn/compare/v0.1.2...v0.1.3
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
pluginGroup = com.github.smashedtoatoms.zenburn
pluginName = Zenburn Theme
pluginRepositoryUrl = https://github.com/smashedtoatoms/Zenburn
pluginVersion = 0.1.5
pluginVersion = 0.1.6

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 232
pluginUntilBuild = 242.*
pluginSinceBuild = 241
pluginUntilBuild = 243.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = RD
Expand All @@ -19,7 +19,7 @@ platformVersion = 2024.1.4
platformPlugins =

# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 8.9
gradleVersion = 8.10.1

# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency = false
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
exampleLibrary = "24.1.0"

# plugins
kotlin = "1.9.24"
changelog = "2.2.0"
kotlin = "2.0.20"
changelog = "2.2.1"
gradleIntelliJPlugin = "1.17.4"
qodana = "2024.1.5"
kover = "0.8.1"
kover = "0.8.3"

[libraries]
exampleLibrary = { group = "com.example", name = "exampleLibrary", version.ref = "exampleLibrary" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

version: 1.0
linter: jetbrains/qodana-jvm-community:latest
projectJDK: "17"
projectJDK: "21"
profile:
name: qodana.recommended
exclude:
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<idea-plugin>
<id>com.github.smashedtoatoms.zenburn</id>
<name>Zenburn</name>
<version>0.1.5</version>
<vendor email="hello@smashedtoatoms.com" url="https://github.com/smashedtoatoms">smashedtoatoms</vendor>
<version>0.1.6</version>
<vendor email="jason@leg.work" url="https://github.com/smashedtoatoms">smashedtoatoms</vendor>
<description><![CDATA[
Zenburn is a low-contrast color scheme for Vim, ported to Intellij. It's easy for your eyes and designed to keep you in the zone for long programming sessions. Zenburn has been ported to many different editors and environments. For more information and list of derivatives, visit http://kippura.org/zenburnpage.
]]></description>
Expand Down

0 comments on commit b5154b3

Please sign in to comment.