From 06d133e7471943640d0768738f75032df2c1f4f6 Mon Sep 17 00:00:00 2001 From: Kevin Mehall Date: Sun, 12 Jul 2020 10:36:26 -0600 Subject: [PATCH] 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 23414f4..a2b2605 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vcd" -version = "0.5.0" +version = "0.6.0" authors = ["Kevin Mehall "] description = "Read and write VCD (Value Change Dump) files" license = "MIT"