Skip to content

Commit f7f77ba

Browse files
committed
2 parents e67dc1b + 18489b5 commit f7f77ba

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# [0.1.0](https://github.com/bauer-group/CS-SimpleHTTPRedirector/compare/v0.0.0...v0.1.0) (2025-12-29)
2+
3+
4+
### Features
5+
6+
* Add trusted proxy support and rate limiting features ([6e1a528](https://github.com/bauer-group/CS-SimpleHTTPRedirector/commit/6e1a528fc095dd0e7225a9668d2240a828d41208))
7+
* Initial Version ([f9bf975](https://github.com/bauer-group/CS-SimpleHTTPRedirector/commit/f9bf9753ef5892b03647ffa5e611870d48f4991a))
8+
* Remove redirect logging and update error page link color ([aa6c1f3](https://github.com/bauer-group/CS-SimpleHTTPRedirector/commit/aa6c1f3196e26fc49d708a9132b62d2d92f0cfd1))
9+
* Update error handling and enhance error page design ([5de2014](https://github.com/bauer-group/CS-SimpleHTTPRedirector/commit/5de2014fb69a1bef6ab9eb664e5e31f83c15b051))
10+
* Update footer link text color and modify project homepage label ([04d667b](https://github.com/bauer-group/CS-SimpleHTTPRedirector/commit/04d667b829f3bf196de73cb95ea245ff1933fbd5))

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ LABEL org.opencontainers.image.source="https://github.com/bauer-group/CS-SimpleH
4040
LABEL org.opencontainers.image.url="https://github.com/bauer-group/CS-SimpleHTTPRedirector"
4141
LABEL org.opencontainers.image.documentation="https://github.com/bauer-group/CS-SimpleHTTPRedirector#readme"
4242
LABEL org.opencontainers.image.description="Lightweight HTTP redirect service with JSON-based multi-rule configuration"
43-
LABEL org.opencontainers.image.version="0.0.0"
43+
LABEL org.opencontainers.image.version="0.1.0"
4444

4545
# Install runtime dependencies (curl for healthcheck, ca-certificates for HTTPS)
4646
RUN apk add --no-cache ca-certificates curl tzdata \

0 commit comments

Comments
 (0)