Skip to content

Commit 0f33633

Browse files
Merge pull request #149 from strangelookingnerd/changelog-update-0.0.10
Changelog update - `0.0.10`
2 parents cff54ac + a7bf893 commit 0f33633

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased]
66

7+
## [0.0.10] - 2025-12-08
8+
79
### Added
810

911
- Require 2025.3
@@ -69,7 +71,8 @@
6971
- Implemented first version of Pedro Progress Bar
7072
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
7173

72-
[Unreleased]: https://github.com/strangelookingnerd/pedro-progress-bar-plugin/compare/v0.0.9...HEAD
74+
[Unreleased]: https://github.com/strangelookingnerd/pedro-progress-bar-plugin/compare/v0.0.10...HEAD
75+
[0.0.10]: https://github.com/strangelookingnerd/pedro-progress-bar-plugin/compare/v0.0.9...v0.0.10
7376
[0.0.9]: https://github.com/strangelookingnerd/pedro-progress-bar-plugin/compare/v0.0.8...v0.0.9
7477
[0.0.8]: https://github.com/strangelookingnerd/pedro-progress-bar-plugin/compare/v0.0.7...v0.0.8
7578
[0.0.7]: https://github.com/strangelookingnerd/pedro-progress-bar-plugin/compare/v0.0.6...v0.0.7

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.github.strangelookingnerd
44
pluginName = Pedro Progress Bar
55
pluginRepositoryUrl = https://github.com/strangelookingnerd/pedro-progress-bar-plugin
66
# SemVer format -> https://semver.org
7-
pluginVersion = 0.0.10
7+
pluginVersion = 0.0.11
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 253

0 commit comments

Comments
 (0)