Skip to content

Commit 76d6623

Browse files
committed
added a changelog for each crate, added sym link for http-cache crate changelog to workspace root, bumped versions
1 parent 5fdbea2 commit 76d6623

File tree

7 files changed

+19
-3
lines changed

7 files changed

+19
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
http-cache/CHANGELOG.md

http-cache-reqwest/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## [0.4.4] - 2022-04-26
4+
### Added
5+
- This changelog to keep a record of notable changes to the project.

http-cache-reqwest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-cache-reqwest"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "http-cache middleware implementation for reqwest"
55
authors = ["Christian Haynes <[email protected]>", "Kat Marchán <[email protected]>"]
66
repository = "https://github.com/06chaynes/http-cache.git"

http-cache-surf/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## [0.4.4] - 2022-04-26
4+
### Added
5+
- This changelog to keep a record of notable changes to the project.

http-cache-surf/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-cache-surf"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "http-cache middleware implementation for surf"
55
authors = ["Christian Haynes <[email protected]>", "Kat Marchán <[email protected]>"]
66
repository = "https://github.com/06chaynes/http-cache.git"

http-cache/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## [0.6.4] - 2022-04-26
4+
### Added
5+
- This changelog to keep a record of notable changes to the project.

http-cache/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-cache"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
description = "An HTTP caching middleware"
55
authors = ["Christian Haynes <[email protected]>", "Kat Marchán <[email protected]>"]
66
repository = "https://github.com/06chaynes/http-cache.git"

0 commit comments

Comments
 (0)