Skip to content

Commit c00f7c6

Browse files
authored
Merge pull request #273 from jacebrowning/release-3.1
Bump version to 3.1
2 parents 7412e52 + 2f265b1 commit c00f7c6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# 3.1 (unreleased)
1+
# 3.1 (2022-02-23)
22

33
- Updated `--force-interactive` prompt to default to keeping changes.
4+
- Fixed handling of unicode in commit messages on Windows. (@sch0125)
45

56
# 3.0.1 (2021-10-04)
67

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22

33
name = "gitman"
4-
version = "3.0.1"
4+
version = "3.1"
55
description = "A language-agnostic dependency manager using Git."
66

77
license = "MIT"

0 commit comments

Comments
 (0)