mirror of https://github.com/docker/docs.git
Bump version to 0.4.4
This commit is contained in:
parent
dbfb3eb923
commit
02f0c1e46d
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.4.4 (2013-06-19)
|
||||||
|
- Builder: fix a regression introduced in 0.4.3 which caused builds to fail on new clients.
|
||||||
|
|
||||||
## 0.4.3 (2013-06-19)
|
## 0.4.3 (2013-06-19)
|
||||||
+ Builder: ADD of a local file will detect tar archives and unpack them
|
+ Builder: ADD of a local file will detect tar archives and unpack them
|
||||||
* Runtime: Remove bsdtar dependency
|
* Runtime: Remove bsdtar dependency
|
||||||
|
|
|
@ -29,7 +29,7 @@ import (
|
||||||
"unicode"
|
"unicode"
|
||||||
)
|
)
|
||||||
|
|
||||||
const VERSION = "0.4.3"
|
const VERSION = "0.4.4"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
GITCOMMIT string
|
GITCOMMIT string
|
||||||
|
|
Loading…
Reference in New Issue