diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fcdf1d..58ffda0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Fixed +- Included license files in crates + ## [0.3.0] - 2024-04-10 ### Breaking changes diff --git a/reqwest-middleware/LICENSE-APACHE b/reqwest-middleware/LICENSE-APACHE new file mode 120000 index 0000000..965b606 --- /dev/null +++ b/reqwest-middleware/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/reqwest-middleware/LICENSE-MIT b/reqwest-middleware/LICENSE-MIT new file mode 120000 index 0000000..76219eb --- /dev/null +++ b/reqwest-middleware/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/reqwest-retry/LICENSE-APACHE b/reqwest-retry/LICENSE-APACHE new file mode 120000 index 0000000..965b606 --- /dev/null +++ b/reqwest-retry/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/reqwest-retry/LICENSE-MIT b/reqwest-retry/LICENSE-MIT new file mode 120000 index 0000000..76219eb --- /dev/null +++ b/reqwest-retry/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/reqwest-tracing/LICENSE-APACHE b/reqwest-tracing/LICENSE-APACHE new file mode 120000 index 0000000..965b606 --- /dev/null +++ b/reqwest-tracing/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/reqwest-tracing/LICENSE-MIT b/reqwest-tracing/LICENSE-MIT new file mode 120000 index 0000000..76219eb --- /dev/null +++ b/reqwest-tracing/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file