Skip to content

Commit 17f3466

Browse files
committed
release: 1.5.5
1 parent 15ced16 commit 17f3466

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
lines changed

CHANGELOG.md

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

3+
## 1.5.5 (12 January, 2017)
4+
5+
### Bugs
6+
7+
* lfs: only buffer first 1k when creating a CleanPointerError #1856 (@ttaylorr)
8+
39
## 1.5.4 (27 December, 2016)
410

511
### Bugs

config/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
var (
1010
GitCommit string
11-
Version = "1.5.4"
11+
Version = "1.5.5"
1212
VersionDesc string
1313
)
1414

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
git-lfs (1.5.5) stable; urgency=low
2+
3+
* New upstream version
4+
5+
-- Stephen Gelman <[email protected]> Thu, 12 Jan 2017 14:29:00 +0000
6+
17
git-lfs (1.5.4) stable; urgency=low
28

39
* New upstream version

lfs/lfs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
)
1818

1919
const (
20-
Version = "1.5.4"
20+
Version = "1.5.5"
2121
)
2222

2323
var (

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: 1.5.4
2+
Version: 1.5.5
33
Release: 1%{?dist}
44
Summary: Git extension for versioning large files
55

script/windows-installer/inno-setup-git-lfs-installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Git LFS"
5-
#define MyAppVersion "1.5.4"
5+
#define MyAppVersion "1.5.5"
66
#define MyAppPublisher "GitHub, Inc"
77
#define MyAppURL "https://git-lfs.github.com/"
88
#define MyAppFilePrefix "git-lfs-windows"

0 commit comments

Comments
 (0)