From 4ed4525155e8b6bc2889f1a93073c930bd310c91 Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Mon, 26 Sep 2016 17:22:21 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b811ac6..33826641 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ $ skopeo inspect docker://docker.io/fedora:rawhide | jq '.Digest' Copying images - -`skopeo` can copy container images between various storage mechansism, +`skopeo` can copy container images between various storage mechanisms, e.g. Docker registries (including the Docker Hub), the Atomic Registry, and local directories: From 416ff71beda6790ac57771b484924d439a65c552 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Mon, 26 Sep 2016 16:49:07 +0200 Subject: [PATCH 2/3] bump version to 0.1.15 Signed-off-by: Antonio Murdaca --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index ea7c9d9e..fa3b4dec 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "0.1.14-dev" +const Version = "0.1.15" From 64eb855338e6ffad8506b2e81a3d4352f1a714dc Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Mon, 26 Sep 2016 16:51:33 +0200 Subject: [PATCH 3/3] bump 0.1.16-dev Signed-off-by: Antonio Murdaca --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index fa3b4dec..4c97a1f9 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "0.1.15" +const Version = "0.1.16-dev"