Skip to content

Commit 6338487

Browse files
committed
release: v2.13.3
1 parent d0ba9fe commit 6338487

File tree

5 files changed

+27
-5
lines changed

5 files changed

+27
-5
lines changed

CHANGELOG.md

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

3-
## 2.13.2 (13 Jan 2020)
3+
## 2.13.3 (26 Mar 2021)
4+
5+
This release fixes two bugs that caused `git lfs prune` to hang, updates some
6+
dependencies to versions which lack a security issue (which did not affect Git
7+
LFS), and adds support for ARM64 builds on macOS.
8+
9+
### Bugs
10+
11+
* lfs: don't invoke diff drivers when pruning repositories #4407 (@bk2204)
12+
* Parse stash log entries parsimonously in prune command #4449 (@chrisd8088)
13+
14+
### Misc
15+
16+
* Darwin ARM64 support #4437 (@bk2204)
17+
* vendor,go.{mod,sum}: update x/net and dependencies #4398 (@chrisd8088)
18+
19+
## 2.13.2 (13 Jan 2021)
420

521
This release introduces a security fix for Windows systems, which has been
622
assigned CVE-2021-21237.

config/version.go

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

1515
const (
16-
Version = "2.13.2"
16+
Version = "2.13.3"
1717
)
1818

1919
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.13.3) stable; urgency=low
2+
3+
* New upstream version
4+
5+
-- brian m. carlson <[email protected]> Fri, 26 Mar 2021 14:29:00 -0000
6+
17
git-lfs (2.13.2) 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.13.2
2+
Version: 2.13.3
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": 13,
7-
"Patch": 2,
7+
"Patch": 3,
88
"Build": 0
99
}
1010
},
@@ -13,7 +13,7 @@
1313
"FileDescription": "Git LFS",
1414
"LegalCopyright": "GitHub, Inc. and Git LFS contributors",
1515
"ProductName": "Git Large File Storage (LFS)",
16-
"ProductVersion": "2.13.2"
16+
"ProductVersion": "2.13.3"
1717
},
1818
"IconPath": "script/windows-installer/git-lfs-logo.ico"
1919
}

0 commit comments

Comments
 (0)