Skip to content

Commit dd27918

Browse files
chore: release v0.0.9
1 parent 5af81d7 commit dd27918

File tree

3 files changed

+49
-75
lines changed

3 files changed

+49
-75
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.0.9](https://github.com/fossable/outpost/compare/v0.0.8...v0.0.9) - 2025-11-23
10+
11+
### Other
12+
13+
- address some clippy lints
14+
- improve bandwidth limiting
15+
- aws proxy finally works
16+
- initial cloudfront support
17+
- create AWS debugging mode
18+
- Relicense
19+
920
## [0.0.8](https://github.com/fossable/outpost/compare/v0.0.7...v0.0.8) - 2024-06-30
1021

1122
### Other

Cargo.lock

Lines changed: 37 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Unlicense"
66
name = "outpost"
77
repository = "https://github.com/fossable/outpost"
88
rust-version = "1.82"
9-
version = "0.0.8"
9+
version = "0.0.9"
1010

1111
[dependencies]
1212
anyhow = "1.0.86"

0 commit comments

Comments
 (0)