prepare v0.3.2

This commit is contained in:
Scott Lamb 2021-09-29 05:48:36 -07:00
parent 82169bcef9
commit 3a3f01118e
3 changed files with 3 additions and 3 deletions

View File

@ -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)).

2
Cargo.lock generated
View File

@ -977,7 +977,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "retina"
version = "0.3.1"
version = "0.3.2"
dependencies = [
"anyhow",
"base64",

View File

@ -1,6 +1,6 @@
[package]
name = "retina"
version = "0.3.1"
version = "0.3.2"
authors = ["Scott Lamb <slamb@slamb.org>"]
license = "MIT/Apache-2.0"
edition = "2018"