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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.1 (2026-06-23)

## What's Changed
* ci: pin GitHub Actions to SHA digests (fix zizmor unpinned-uses) by @lhoupert in https://github.com/developmentseed/eoapi-notifier/pull/5


**Full Changelog**: https://github.com/developmentseed/eoapi-notifier/compare/0.1.0...0.1.1

## 0.1.0 (2026-06-23)

## What's Changed
Expand Down
4 changes: 2 additions & 2 deletions helm-chart/eoapi-notifier/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: eoapi-notifier
description: A Helm chart for eoAPI Notifier - Message handler for eoAPI components
type: application
version: 0.1.0
appVersion: 0.1.0
version: 0.1.1
appVersion: 0.1.1
home: https://github.com/developmentseed/eoapi-notifier
sources:
- https://github.com/developmentseed/eoapi-notifier
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "eoapi-notifier"
version = "0.1.0"
version = "0.1.1"
description = "Message handler for eoAPI components"
requires-python = ">=3.12"
authors = [
Expand Down
Loading