We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7412e52 + 2f265b1 commit c00f7c6Copy full SHA for c00f7c6
CHANGELOG.md
@@ -1,6 +1,7 @@
1
-# 3.1 (unreleased)
+# 3.1 (2022-02-23)
2
3
- Updated `--force-interactive` prompt to default to keeping changes.
4
+- Fixed handling of unicode in commit messages on Windows. (@sch0125)
5
6
# 3.0.1 (2021-10-04)
7
pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
name = "gitman"
-version = "3.0.1"
+version = "3.1"
description = "A language-agnostic dependency manager using Git."
license = "MIT"
0 commit comments