From 48a057b8f4c48227e1a7790db28032f1e6f7c956 Mon Sep 17 00:00:00 2001 From: utam0k Date: Wed, 6 Jul 2022 20:39:37 +0900 Subject: [PATCH 1/2] Bump to 0.5.7 Signed-off-by: utam0k --- Cargo.toml | 2 +- README.md | 2 +- src/distribution/version.rs | 2 +- src/image/version.rs | 2 +- src/runtime/version.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e219c61fb4..f6b3324044 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oci-spec" -version = "0.5.6" +version = "0.5.7" edition = "2018" authors = [ "Furisto", diff --git a/README.md b/README.md index 87a9a6738b..43ec1a60d0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This library provides a convenient way to interact with the specifications defin ```toml [dependencies] -oci-spec = "0.5.6" +oci-spec = "0.5.7" ``` *Compiler support: requires rustc 1.54+* diff --git a/src/distribution/version.rs b/src/distribution/version.rs index 459c376001..c21b924ab6 100644 --- a/src/distribution/version.rs +++ b/src/distribution/version.rs @@ -8,7 +8,7 @@ pub const VERSION_MINOR: u32 = 0; pub const VERSION_PATCH: u32 = 0; /// Indicates development branch. Releases will be empty string. -pub const VERSION_DEV: &str = "-dev"; +pub const VERSION_DEV: &str = ""; /// Retrieve the version as string representation. pub fn version() -> String { diff --git a/src/image/version.rs b/src/image/version.rs index f438d2c81f..d4ce9a415e 100644 --- a/src/image/version.rs +++ b/src/image/version.rs @@ -8,7 +8,7 @@ pub const VERSION_MINOR: u32 = 0; pub const VERSION_PATCH: u32 = 1; /// Indicates development branch. Releases will be empty string. -pub const VERSION_DEV: &str = "-dev"; +pub const VERSION_DEV: &str = ""; /// Retrieve the version as string representation. pub fn version() -> String { diff --git a/src/runtime/version.rs b/src/runtime/version.rs index 034170a3de..7d657702e1 100644 --- a/src/runtime/version.rs +++ b/src/runtime/version.rs @@ -8,7 +8,7 @@ pub const VERSION_MINOR: u32 = 0; pub const VERSION_PATCH: u32 = 2; /// Indicates development branch. Releases will be empty string. -pub const VERSION_DEV: &str = "-dev"; +pub const VERSION_DEV: &str = ""; /// Retrieve the version as string representation. pub fn version() -> String { From d0c89a5e3ab52d5deeff290462936ef56e2e985d Mon Sep 17 00:00:00 2001 From: utam0k Date: Wed, 6 Jul 2022 20:39:41 +0900 Subject: [PATCH 2/2] Back to dev Signed-off-by: utam0k --- src/distribution/version.rs | 2 +- src/image/version.rs | 2 +- src/runtime/version.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/distribution/version.rs b/src/distribution/version.rs index c21b924ab6..459c376001 100644 --- a/src/distribution/version.rs +++ b/src/distribution/version.rs @@ -8,7 +8,7 @@ pub const VERSION_MINOR: u32 = 0; pub const VERSION_PATCH: u32 = 0; /// Indicates development branch. Releases will be empty string. -pub const VERSION_DEV: &str = ""; +pub const VERSION_DEV: &str = "-dev"; /// Retrieve the version as string representation. pub fn version() -> String { diff --git a/src/image/version.rs b/src/image/version.rs index d4ce9a415e..f438d2c81f 100644 --- a/src/image/version.rs +++ b/src/image/version.rs @@ -8,7 +8,7 @@ pub const VERSION_MINOR: u32 = 0; pub const VERSION_PATCH: u32 = 1; /// Indicates development branch. Releases will be empty string. -pub const VERSION_DEV: &str = ""; +pub const VERSION_DEV: &str = "-dev"; /// Retrieve the version as string representation. pub fn version() -> String { diff --git a/src/runtime/version.rs b/src/runtime/version.rs index 7d657702e1..034170a3de 100644 --- a/src/runtime/version.rs +++ b/src/runtime/version.rs @@ -8,7 +8,7 @@ pub const VERSION_MINOR: u32 = 0; pub const VERSION_PATCH: u32 = 2; /// Indicates development branch. Releases will be empty string. -pub const VERSION_DEV: &str = ""; +pub const VERSION_DEV: &str = "-dev"; /// Retrieve the version as string representation. pub fn version() -> String {