Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ 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-23

### Other

- address some clippy lints
- 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
Expand Down
111 changes: 37 additions & 74 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Unlicense"
name = "outpost"
repository = "https://github.com/fossable/outpost"
rust-version = "1.82"
version = "0.0.8"
version = "0.0.9"

[dependencies]
anyhow = "1.0.86"
Expand Down