Skip to content

Commit 46dc085

Browse files
authored
Merge pull request #393 from jacebrowning/release-v3.7
Bump version to 3.7
2 parents b454754 + d0d3c9f commit 46dc085

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.vscode/settings.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
"addopts",
2828
"appex",
2929
"autorefs",
30+
"brandonaut",
31+
"brosche",
3032
"builtins",
3133
"choco",
3234
"classproperties",
@@ -42,6 +44,7 @@
4244
"dataclasses",
4345
"datafile",
4446
"ensurepip",
47+
"Etrange",
4548
"exitfirst",
4649
"findstr",
4750
"fontawesome",
@@ -53,6 +56,8 @@
5356
"gitsvn",
5457
"gittoplevel",
5558
"Graphviz",
59+
"gunechristensen",
60+
"hdnivara",
5661
"htmlcov",
5762
"iglob",
5863
"imac",
@@ -68,13 +73,15 @@
6873
"logbreak",
6974
"macbook",
7075
"macfsevents",
76+
"mastupristi",
7177
"maxfail",
7278
"maxsplit",
7379
"MDEF",
7480
"minilog",
7581
"mkdocs",
7682
"mkdocstrings",
7783
"mrpossoms",
84+
"mttjohnson",
7885
"mylink",
7986
"mypy",
8087
"nbstripout",
@@ -105,8 +112,11 @@
105112
"ruamel",
106113
"rustup",
107114
"scalarstring",
115+
"sergey",
108116
"setuptools",
109117
"showfspath",
118+
"shuyskiy",
119+
"spurnvoj",
110120
"startfile",
111121
"tomlkit",
112122
"tput",
@@ -122,6 +132,7 @@
122132
"verchewrc",
123133
"virtualenvs",
124134
"webfonts",
135+
"xenji",
125136
"xfail",
126137
"YORM"
127138
],

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.7 (2025-10-18)
2+
3+
- Added support for applying post-checkout Git patches. (@C0DE-X)
4+
15
# 3.6 (2025-09-07)
26

37
- Dropped support for Python 3.8 and added support for Python 3.12 and 3.13.

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.6"
4+
version = "3.7"
55
description = "A language-agnostic dependency manager using Git."
66

77
license = "MIT"

0 commit comments

Comments
 (0)