Skip to content

Commit d85641d

Browse files
chore(main): release 0.6.1 (#61)
🤖 I have created a release *beep* *boop* --- ## [0.6.1](0.6.0...v0.6.1) (2025-07-18) ### Bug Fixes * fix status check for 2xx responses ([#59](#59)) ([5b03cb3](5b03cb3)) ### Documentation * add illustration for appying filters on non-filter compliant endpoints ([1a75550](1a75550)) * prefer headings over nested list ([447a13d](447a13d)) --- 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>
1 parent f0044a6 commit d85641d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## [0.6.1](https://github.com/developmentseed/stac-auth-proxy/compare/0.6.0...v0.6.1) (2025-07-18)
4+
5+
6+
### Bug Fixes
7+
8+
* fix status check for 2xx responses ([#59](https://github.com/developmentseed/stac-auth-proxy/issues/59)) ([5b03cb3](https://github.com/developmentseed/stac-auth-proxy/commit/5b03cb35e6fb7a10cd51e0fcd1ab86d4bb4292cc))
9+
10+
11+
### Documentation
12+
13+
* add illustration for appying filters on non-filter compliant endpoints ([1a75550](https://github.com/developmentseed/stac-auth-proxy/commit/1a75550c56dcf39a316fce7b9f8c27689e5efc6e))
14+
* prefer headings over nested list ([447a13d](https://github.com/developmentseed/stac-auth-proxy/commit/447a13d0ff4639d95e02009695d6fac62821c7c3))

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.6.0"
27+
version = "0.6.1"
2828

2929
[tool.coverage.run]
3030
branch = true

0 commit comments

Comments
 (0)