From 8988f9f9ae491d6c73d40a0a41f3924e9e803a80 Mon Sep 17 00:00:00 2001 From: Jason Travis Smith Date: Thu, 22 Dec 2016 19:13:50 -0500 Subject: [PATCH] This library has reach version 1.0.0! This library is relatively stable and has been gone over pretty well. As such, it is now at version 1.0.0 and is considered ready for public release (Use in the public space, not giving the code away). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ab5e68..9da9ea1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alchemy" -version = "0.1.0" +version = "1.0.0" authors = ["Jason Travis Smith "] description = "Handles converting values to and from a binary format." license = ""