We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553eceb commit 31c8a60Copy full SHA for 31c8a60
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# WSLGit Changelog
2
3
+
4
+## [1.3.1] - 2026-05-21
5
6
+### Fixed
7
8
+- Do not escape $ before backslash (#149)
9
10
11
## [1.3.0] - 2025-12-22
12
13
### Added
@@ -213,3 +221,4 @@
213
221
[1.1.1]: https://github.com/andy-5/wslgit/releases/tag/v1.1.1
214
222
[1.2.0]: https://github.com/andy-5/wslgit/releases/tag/v1.2.0
215
223
[1.3.0]: https://github.com/andy-5/wslgit/releases/tag/v1.3.0
224
+[1.3.1]: https://github.com/andy-5/wslgit/releases/tag/v1.3.1
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wslgit"
-version = "1.3.0"
+version = "1.3.1"
authors = ["Andreas Riffnaller-Schiefer <andreas.schiefer@gmail.com>"]
license = "MIT"
0 commit comments