From 6c51414f388c00f46d8bad4906c01db641f8e385 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 6 Feb 2026 17:21:58 +0100 Subject: [PATCH] Bump version to 0.8.0 Closes #128 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e99928..8e15abe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ name = "mos6502" description = "A MOS 6502 Emulator" license = "BSD-3-Clause" -version = "0.6.3" +version = "0.8.0" authors = ["The 6502-rs Developers"] exclude = ["examples/**"] edition = "2024"