Bump version

This commit is contained in:
2023-05-09 09:41:04 +02:00
parent 49d214bfd6
commit fa3503e19a
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
# 0.3.1
- Update deps
# 0.3.0
- Added lifetime parameter to `HttpMethod`
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "digest_auth"
version = "0.3.0"
version = "0.3.1"
authors = ["Ondřej Hruška <ondra@ondrovo.com>"]
edition = "2018"
description = "Implementation of the Digest Auth algorithm as defined in IETF RFC 2069, 2617, and 7616, intended for HTTP clients"