From 3a3f01118eb4f9ab7e18356581fd6f82aa1b8b8d Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Wed, 29 Sep 2021 05:48:36 -0700 Subject: [PATCH] prepare v0.3.2 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaef45d..6751cf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## unreleased +## `v0.3.2` (2021-09-29) * better `TEARDOWN` handling, which often avoids the need to wait for session expiration ([(#34](https://github.com/scottlamb/retina/issues/34)). diff --git a/Cargo.lock b/Cargo.lock index ed7d3be..94f34c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -977,7 +977,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "retina" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index df3300c..bf2d7ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "retina" -version = "0.3.1" +version = "0.3.2" authors = ["Scott Lamb "] license = "MIT/Apache-2.0" edition = "2018"