diff mbox series

Update version to 0.3.0-alpha

Message ID 20190225111352.31604-1-mpe@ellerman.id.au
State Deferred
Headers show
Series Update version to 0.3.0-alpha | expand

Commit Message

Michael Ellerman Feb. 25, 2019, 11:13 a.m. UTC
It's confusing for users that the git tree produces a snowpatch that
claims to be 0.2.0 but is not the same as the 0.2.0 release.
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andrew Donnellan Feb. 27, 2019, 5:39 a.m. UTC | #1
On 25/2/19 10:13 pm, Michael Ellerman wrote:
> It's confusing for users that the git tree produces a snowpatch that
> claims to be 0.2.0 but is not the same as the 0.2.0 release.

Now that we include a git hash, I'm going to hold off on incrementing 
the version number until we're ready to actually tag an alpha.

> ---
>   Cargo.toml | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Cargo.toml b/Cargo.toml
> index d17b0cf..ec8e937 100644
> --- a/Cargo.toml
> +++ b/Cargo.toml
> @@ -16,7 +16,7 @@
>   
>   [package]
>   name = "snowpatch"
> -version = "0.2.0"
> +version = "0.3.0-alpha"
>   authors = ["Russell Currey <ruscur@russell.cc>",
>   	   "Andrew Donnellan <andrew.donnellan@au1.ibm.com>"]
>   homepage = "https://github.com/ruscur/snowpatch"
>
diff mbox series

Patch

diff --git a/Cargo.toml b/Cargo.toml
index d17b0cf..ec8e937 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ 
 
 [package]
 name = "snowpatch"
-version = "0.2.0"
+version = "0.3.0-alpha"
 authors = ["Russell Currey <ruscur@russell.cc>",
 	   "Andrew Donnellan <andrew.donnellan@au1.ibm.com>"]
 homepage = "https://github.com/ruscur/snowpatch"