From 8b56a7ce977063ac52c6719c7fd6156dbbbb616b Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Thu, 24 Aug 2023 18:38:52 -0700 Subject: [PATCH] Release v0.9.7 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a816925..4e9b894f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.7] - 2023-08-24 + +### Changed +- Some redundant conversions are no longer emitted by the Rust code generator. + ## [0.9.6] - 2023-06-18 ### Added diff --git a/Cargo.lock b/Cargo.lock index 845e1de9..1ffed53f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,7 +202,7 @@ dependencies = [ [[package]] name = "typical" -version = "0.9.6" +version = "0.9.7" dependencies = [ "clap", "colored", diff --git a/Cargo.toml b/Cargo.toml index 4890a1ce..8b178c5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typical" -version = "0.9.6" +version = "0.9.7" authors = ["Stephan Boyer "] edition = "2021" description = "Data interchange with algebraic data types."