From 8d23ad46abf4c3a8f0b817bb5fd5362afe007057 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 08:13:22 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ version.txt | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e977fb3..02f9faf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to artemis are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html) with the pre-1.0 caveat noted in `docs/RELEASING.md`. +## [1.1.0](https://github.com/freeCodeCamp/artemis/compare/v1.0.0...v1.1.0) (2026-06-06) + + +### Features + +* **pg:** bounded boot connect retry with backoff ([068e455](https://github.com/freeCodeCamp/artemis/commit/068e45541138dff76e330ce0859bd2ad12c89024)) + + +### Bug Fixes + +* **boot:** shutdown-aware exit, bounded lock waits ([f107e32](https://github.com/freeCodeCamp/artemis/commit/f107e3277dd5e356f479be4f222d36681e1edd8d)) +* **handler:** canonicalize site keys to R2 dirname at GC boundary ([15757f5](https://github.com/freeCodeCamp/artemis/commit/15757f5b2e861d65f1baf08240e2c565d9a279f0)) +* **handler:** write deploy index + alias rows through to PG on finalize/promote/rollback ([2e8ed88](https://github.com/freeCodeCamp/artemis/commit/2e8ed8801fd7fbcf04ca4e78608d487d757151d5)) + ## [1.0.0](https://github.com/freeCodeCamp/artemis/compare/v0.8.0...v1.0.0) (2026-06-05) diff --git a/version.txt b/version.txt index 3eefcb9..9084fa2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0 +1.1.0