Skip to content

Commit f6db826

Browse files
chore: Update changelog and version (#182)
1 parent db07c91 commit f6db826

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- If the RUST_LOG env variable is undefined, pass either DEBUG or TRACE to the process when starting the language server
10+
for additional logging when the plugin is configured to output debug or trace logs.
11+
12+
### Fixed
13+
14+
- Additional fixes to support custom Oxlint config files.
15+
- Make the language server config path optional when using the manual config.
16+
717
## [0.0.5] - 2025-05-01
818

919
### Fixed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.github.oxc.project.oxcintellijplugin
44
pluginName = Oxc
55
pluginRepositoryUrl = https://github.com/oxc-project/oxc-intellij-plugin
66
# SemVer format -> https://semver.org
7-
pluginVersion = 0.0.5
7+
pluginVersion = 0.0.6
88

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

0 commit comments

Comments
 (0)