Skip to content

Commit abaff89

Browse files
committed
Release v5.0.0
1 parent b9a3721 commit abaff89

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

AUTHORS.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,20 @@ Special thanks to [Oleg Khromov](https://github.com/olgert) and [Rostyslav Bryzg
66
who helped with testing and provided feedback during early stages of development.
77

88
# Contributors
9+
10+
* [Dennis Ameling](https://github.com/dennisameling)
11+
* [pilzm](https://github.com/pilzm)
912
* [aviyam181199](https://github.com/aviyam181199)
1013
* [Yoan Thiebault](https://github.com/yoanthiebault)
11-
* [Stanislav Savulchik](https://github.com/savulchik)
1214
* [Dmytro Kostiuchenko](https://github.com/edio)
1315
* [Kelnor277](https://github.com/Kelnor277)
1416
* [Andy Elliott](https://github.com/andye2004)
15-
* [pilzm](https://github.com/pilzm)
17+
* [Stanislav Savulchik](https://github.com/savulchik)
18+
19+
# Sponsors
20+
21+
Big thanks go to those who have supported my OSS activities so far - getting a token of support is always rewarding,
22+
no matter how small it is. That being said, I'd like to express distinct gratitude to those who contributed more
23+
than others:
24+
25+
* Peter MacHon

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning].
44

5-
## 4.1.0 - 2026-01-15
5+
## 5.0.0 - 2026-01-26
66

77
### Changed
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ For details - see ["Working with $PROJECT_DIR$ in plugin configuration options"]
337337
EnvFile uses Gradle for building.
338338

339339
```bash
340-
$ ./gradlew clean test build
340+
$ ./gradlew clean test build buildPlugin
341341

342342
BUILD SUCCESSFUL in 22s
343343
59 actionable tasks: 59 executed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>net.ashald.envfile</id>
33
<name>EnvFile</name>
4-
<version>4.0.0</version>
4+
<version>5.0.0</version>
55
<vendor email="envfile@ashald.net">Borys Pierov</vendor>
66

77
<description><![CDATA[
@@ -38,7 +38,7 @@
3838
]]></description>
3939

4040
<change-notes><![CDATA[
41-
<a href="https://github.com/Ashald/EnvFile/tree/v4.0.0"><b>v4.0.0</b></a> (2026-01-15)
41+
<a href="https://github.com/Ashald/EnvFile/tree/v5.0.0"><b>v4.0.0</b></a> (2026-01-26)
4242
<br/>
4343
<br/>
4444

0 commit comments

Comments
 (0)