From bd84430213a0d17b0da186dbf08aae53177bceda Mon Sep 17 00:00:00 2001 From: bryanlammon <50211594+bryanlammon@users.noreply.github.com> Date: Sat, 13 Apr 2024 09:06:47 -0500 Subject: [PATCH] Version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- readme.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2acfb3..35557cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -764,7 +764,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "supra" -version = "0.3.0" +version = "0.3.1" dependencies = [ "ansi_term", "clap", diff --git a/Cargo.toml b/Cargo.toml index 486f26c..9677be1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "supra" -version = "0.3.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/readme.md b/readme.md index d34e4ea..dd2accf 100644 --- a/readme.md +++ b/readme.md @@ -24,3 +24,4 @@ For instructions on how to setup Supra, markup a document, and run the program, * 0.1.2: Updated documentation * 0.2.0: Added Pandoc and post-processing functionality * 0.3.0: Added support for cases and automatic `*Id.*`s. +* 0.3.1: Fixed date-parts deserializing bug.