prepare v0.3.2
This commit is contained in:
parent
82169bcef9
commit
3a3f01118e
@ -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
2
Cargo.lock
generated
@ -977,7 +977,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
||||
|
||||
[[package]]
|
||||
name = "retina"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user