From 5aaac6bae10b430199a77febe513d8d639f5a4d7 Mon Sep 17 00:00:00 2001 From: Jonah Hoffman Date: Fri, 18 Nov 2022 11:25:59 -0600 Subject: [PATCH] prepare for v0.4.1 --- plt/CHANGELOG.md | 2 ++ plt/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/plt/CHANGELOG.md b/plt/CHANGELOG.md index 973259a..68729da 100644 --- a/plt/CHANGELOG.md +++ b/plt/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1] - 2022-11-18 + ### Changed - Deprecated `subplots` method for `Figure`. diff --git a/plt/Cargo.toml b/plt/Cargo.toml index 127d226..2a64105 100644 --- a/plt/Cargo.toml +++ b/plt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plt" -version = "0.4.0" +version = "0.4.1" edition = "2021" authors = ["Jonah Hoffman "] license = "MIT OR Apache-2.0"