yay v0.5.3

This commit is contained in:
Rick Olson 2015-07-22 15:35:15 -06:00
parent 67b9cf0b64
commit ef4fdb200f
3 changed files with 16 additions and 2 deletions

@ -1,5 +1,19 @@
# Git LFS Changelog
## v0.5.3 (someday)
* `git lfs fetch` bugs #429 (@rubyist)
* Push can crash on 32 bit architectures #450 (@rubyist)
* Improved SSH support #404, #464 (@sinbad, @technoweenie)
* Support 307 redirects with relative url #442 (@sinbad)
* Fix `init` issues when upgrading #446 #451 #452 #465 (@technoweenie, @rubyist)
* Support chunked Transfer-Encoding #386 (@ryansimmen)
* Fix issue with pushing deleted objects #461 (@technoweenie)
* Teach `git lfs push` how to send specific objects #449 (@larsxschneider)
* Update error message when attempting to push objects that don't exist in `.git/lfs/objects` #447 (@technoweenie)
* Fix bug in HTTP client when response body is nil #472 #488 (@rubyist, @technoweenie)
* `-crlf` flag in gitattributes is deprecated #475 (@technoweenie)
## v0.5.2 (19 June, 2015)
* Add `git lfs fetch` command for downloading objects. #285 (@rubyist)

@ -1,7 +1,7 @@
[application]
name = "git-lfs"
version = "0.5.1"
version = "0.5.3"
authors = [
"Rick Olson <technoweenie@gmail.com>",
"Scott Barron <rubyist@github.com>",

@ -11,7 +11,7 @@ import (
"github.com/github/git-lfs/vendor/_nuts/github.com/rubyist/tracerx"
)
const Version = "0.5.2"
const Version = "0.5.3"
//
// Setup permissions for the given directories used here.