Skip to content

Commit 621d1f8

Browse files
authored
Merge pull request git-lfs#2402 from git-lfs/release-next
release: v2.2.1
2 parents 9bf1a56 + 986d72a commit 621d1f8

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Git LFS Changelog
22

3+
## 2.2.1 (10 July, 2017)
4+
5+
### Bugs
6+
7+
* git lfs status --json only includes lfs files #2374 (@asottile)
8+
* git/odb: remove temporary files after migration #2388 (@ttaylorr)
9+
* git/githistory: fix hanging on empty set of commits #2383 (@ttaylorr)
10+
* migrate: don't checkout HEAD on bare repositories #2389 (@ttaylorr)
11+
* git/odb: prevent cross-volume link error when saving objects #2382 (@ttaylorr)
12+
* commands: only pass --jobs to 'git clone' if set #2369 (@technoweenie)
13+
14+
### Misc
15+
16+
* lfs: trace hook install, uninstall, upgrade #2393 (@ttaylorr)
17+
* vendor: remove github.com/cheggaaa/pb #2386 (@ttaylorr)
18+
* Use FormatBytes from git-lfs/tools/humanize instead of cheggaaa/pb #2377 (@ssgelm)
19+
320
## 2.2.0 (27 June, 2017)
421

522
Git LFS v2.2.0 includes bug fixes, minor features, and a brand new `migrate`

config/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var (
1212
)
1313

1414
const (
15-
Version = "2.2.1-pre"
15+
Version = "2.2.1"
1616
)
1717

1818
func init() {

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
git-lfs (2.2.1) stable; urgency=low
2+
3+
* New upstream version
4+
5+
-- Taylor Blau <[email protected]> Mon, 10 Jul 2017 14:29:00 +0000
6+
17
git-lfs (2.2.0) stable; urgency=low
28

39
* New upstream version

rpm/SPECS/git-lfs.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: git-lfs
2-
Version: 2.2.1-pre
2+
Version: 2.2.1
33
Release: 1%{?dist}
44
Summary: Git extension for versioning large files
55

versioninfo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"FileVersion": {
55
"Major": 2,
66
"Minor": 2,
7-
"Patch": 0,
7+
"Patch": 1,
88
"Build": 0
99
}
1010
},
@@ -13,6 +13,6 @@
1313
"FileDescription": "Git LFS",
1414
"LegalCopyright": "GitHub, Inc. and Git LFS contributors",
1515
"ProductName": "Git Large File Storage (LFS)",
16-
"ProductVersion": "2.2.1-pre"
16+
"ProductVersion": "2.2.1"
1717
}
1818
}

0 commit comments

Comments
 (0)