Skip to content

Commit f63154c

Browse files
chore(main): release 0.10.1 (#105)
🤖 I have created a release *beep* *boop* --- ## [0.10.1](v0.10.0...v0.10.1) (2025-12-03) ### Features * **helm:** Add support for initContainers. ([#104](#104)) ([a7ca408](a7ca408)) ### Bug Fixes * **lifespan:** allow endpoints that don't support trailing slashes ([2e6e24b](2e6e24b)) ### Documentation * Remove unused import of 'Expr' from record-level-auth ([4f86e7b](4f86e7b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: ds-release-bot[bot] <116609932+ds-release-bot[bot]@users.noreply.github.com> Co-authored-by: Anthony Lukach <[email protected]>
1 parent 2e6e24b commit f63154c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.10.1](https://github.com/developmentseed/stac-auth-proxy/compare/v0.10.0...v0.10.1) (2025-12-03)
4+
5+
6+
### Features
7+
8+
* **helm:** Add support for initContainers. ([#104](https://github.com/developmentseed/stac-auth-proxy/issues/104)) ([a7ca408](https://github.com/developmentseed/stac-auth-proxy/commit/a7ca408b73379cd75980f005a5e2fac2d815b700))
9+
10+
11+
### Bug Fixes
12+
13+
* **lifespan:** allow endpoints that don't support trailing slashes ([2e6e24b](https://github.com/developmentseed/stac-auth-proxy/commit/2e6e24b9b39ce9bf06b6416ea639b0f610754682))
14+
15+
16+
### Documentation
17+
18+
* Remove unused import of 'Expr' from record-level-auth ([4f86e7b](https://github.com/developmentseed/stac-auth-proxy/commit/4f86e7bb5a9306ba90584c86efb3017a96bb57fc))
19+
320
## [0.10.0](https://github.com/developmentseed/stac-auth-proxy/compare/v0.9.2...v0.10.0) (2025-10-14)
421

522

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ license = {file = "LICENSE"}
2424
name = "stac-auth-proxy"
2525
readme = "README.md"
2626
requires-python = ">=3.9"
27-
version = "0.10.0"
27+
version = "0.10.1"
2828

2929
[project.optional-dependencies]
3030
docs = [

0 commit comments

Comments
 (0)