Skip to content

Commit

Permalink
Merge branch '0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbr committed Jan 19, 2024
2 parents 1031478 + 62c5987 commit f5bbcb5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ 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]
## [0.2.0] - 2024-01-09

### Added

* Headers from external clients are passed through to running containers.
* The `X-Script-Name` header is set for path based reverse proxying.

### Changed

Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "rockslide"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit f5bbcb5

Please sign in to comment.