Skip to content

Commit c146e0b

Browse files
authored
Merge pull request #19 from koxudaxi/update_change_log
Update CHANGELOG.md
2 parents 1a97294 + 90614b5 commit c146e0b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## Unreleased
4+
- Fix undo problem [[#16](https://github.com/koxudaxi/ruff-pycharm-plugin/pull/16)]
5+
- Improve python file detection [[#17](https://github.com/koxudaxi/ruff-pycharm-plugin/pull/17)]
46

57
## 0.0.1 - 2022-12-04
68
- Add fix action [[#1](https://github.com/koxudaxi/ruff-pycharm-plugin/pull/1)]

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pluginGroup = com.koxudaxi.ruff
44
pluginName = Ruff
55
# SemVer format -> https://semver.org
6-
pluginVersion = 0.0.1
6+
pluginVersion = 0.0.2
77

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

0 commit comments

Comments
 (0)