We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc52dc4 commit d2fa978Copy full SHA for d2fa978
Documentation/Changelog.md
@@ -6,14 +6,13 @@
6
7
Release date: not released yet
8
9
-- In progress
10
-
11
### GNU-TK 2025.4
12
13
-Release date: July 18, 2025
+Release date: July 21, 2025
14
15
- Use `errexit` and `pipefail` shell options when executing commands
16
- Utilize MSYS2 toolkits installed by `msys2/setup-msys2` GitHub action
+- Fixed command arguments handling for Cygwin and MSYS2
17
- Fixed toolkit deduplication
18
19
### GNU-TK 2025.3
Source/Mastering/.NET/Version.props
@@ -2,7 +2,7 @@
2
3
<!-- Version Information -->
4
<PropertyGroup>
5
- <Version>2025.5.1</Version>
+ <Version>2025.4.2</Version>
</PropertyGroup>
</Project>
0 commit comments