From 1399f6618b94bf773d0a7c8def6e573a114f8faf Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Sat, 12 Oct 2024 23:08:31 +0200 Subject: [PATCH] chore: release --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ae486..78a99b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1](/~https://github.com/bearcove/fopro/compare/v1.0.0...v1.0.1) - 2024-10-12 + +### Other + +- update cargo-dist +- Set up cargo dist +- release + ## [1.0.0](/~https://github.com/bearcove/fopro/releases/tag/v1.0.0) - 2024-10-12 ### Other diff --git a/Cargo.lock b/Cargo.lock index edd7bf5..6d0c25b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fopro" -version = "1.0.0" +version = "1.0.1" dependencies = [ "byteorder", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index c8f71ea..b9ca17d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fopro" -version = "1.0.0" +version = "1.0.1" edition = "2021" authors = ["Amos Wenger "] description = "Experimental caching HTTP forward proxy (memory+disk)"