From 984d4318958e693d12dd7ab3b3e5a722efab6ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Izaguirre?= Date: Thu, 27 Jul 2023 17:32:49 +0200 Subject: [PATCH] Update version to 0.3.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- publishing.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb6da5d..75561f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "iz80" -version = "0.3.7" +version = "0.3.8" diff --git a/Cargo.toml b/Cargo.toml index b31fd41..eede1e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iz80" -version = "0.3.7" +version = "0.3.8" authors = ["Ivan Izaguirre "] edition = "2018" license = "BSD-3-Clause" diff --git a/publishing.txt b/publishing.txt index a2107f1..91663e4 100644 --- a/publishing.txt +++ b/publishing.txt @@ -1,4 +1,4 @@ Reminder: -- Change the version in Cargo.toml, rebuild and commit +- Change the version in Cargo.toml, rebuild, commit and push - Create a tag (git tag v0.3.4) and push (git push --tags) -- Publish (cargo publish) \ No newline at end of file +- Publish (cargo publish)