From 9ec482eae062cecdac195e63b35e736f2a001917 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 13 Apr 2025 19:43:12 -0700 Subject: initial is 0.1.0 actually --- CHANGELOG | 2 +- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 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 " ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-hexagon/" -- cgit v1.1