summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG2
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3012e7b..79b6a02 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,3 @@
-## 0.0.1
+## 0.1.0
* wrote a decoder
diff --git a/Cargo.lock b/Cargo.lock
index a65fde9..62deb9f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
-version = 3
+version = 4
[[package]]
name = "autocfg"
@@ -28,7 +28,7 @@ dependencies = [
[[package]]
name = "yaxpeax-hexagon"
-version = "0.0.1"
+version = "0.1.0"
dependencies = [
"num-traits",
"yaxpeax-arch",
diff --git a/Cargo.toml b/Cargo.toml
index 7c1ab3e..92232b5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "yaxpeax-hexagon"
-version = "0.0.1"
+version = "0.1.0"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
repository = "http://git.iximeow.net/yaxpeax-hexagon/"