From d525bc0763fdc42c11e340e28887287bf191f72a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 03:29:16 +0000 Subject: [PATCH] chore: release v0.0.9 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1848a9e..00a3a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.9](https://github.com/fossable/outpost/compare/v0.0.8...v0.0.9) - 2025-11-21 + +### Other + +- improve bandwidth limiting +- aws proxy finally works +- initial cloudfront support +- create AWS debugging mode +- Relicense + ## [0.0.8](https://github.com/fossable/outpost/compare/v0.0.7...v0.0.8) - 2024-06-30 ### Other diff --git a/Cargo.lock b/Cargo.lock index 5aeac0b..464b165 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1921,7 +1921,7 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" [[package]] name = "outpost" -version = "0.0.8" +version = "0.0.9" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 675aa9e..a5588ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "Unlicense" name = "outpost" repository = "https://github.com/fossable/outpost" rust-version = "1.74" -version = "0.0.8" +version = "0.0.9" [dependencies] anyhow = "1.0.86"