Skip to content

Commit 8af37ab

Browse files
committed
tag 2025.0.11
1 parent 2a3a38b commit 8af37ab

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [2025.0.11] - 2025-03-08
8+
9+
- fix: accessing field by not obfuscated name
10+
711
## [2025.0.10] - 2025-03-07
812

913
- feat: add documentation builder (comments folder)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pluginGroup = com.github.xepozz.gitattributes
33
pluginName = .gitattributes support
44
pluginRepositoryUrl = https://github.com/xepozz/gitattributes-plugin
55
# SemVer format -> https://semver.org
6-
pluginVersion=2025.0.10
6+
pluginVersion=2025.0.11
77

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

src/main/resources/META-INF/plugin.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<fileType
1313
name="Git Attributes File"
1414
implementationClass="com.github.xepozz.gitattributes.language.AttributesFileType"
15-
fieldName="INSTANCE"
1615
language="Gitattributes"
1716
extensions="gitattributes"
1817
fileNamesCaseInsensitive=".gitattributes"/>

0 commit comments

Comments
 (0)