From 270d7e7eed9c3202a88a2af5a9ffbfce61042e6a Mon Sep 17 00:00:00 2001 From: utam0k Date: Sat, 14 Jan 2023 16:55:00 +0900 Subject: [PATCH 1/2] Bump to 0.6.0 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 6e973db765..5f17bdcc1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oci-spec" -version = "0.5.8" +version = "0.6.0" edition = "2018" authors = [ "Furisto", diff --git a/README.md b/README.md index 90f797b7fc..9fd426838d 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.8" +oci-spec = "0.6.0" ``` *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 33f53f7c11523da2c4f6fc219bc25c7709244384 Mon Sep 17 00:00:00 2001 From: utam0k Date: Sat, 14 Jan 2023 16:55:00 +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 {