From 9c9adc03a16d45d4ed0dbc955a270d8a06c59118 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 23:41:24 +0000 Subject: [PATCH] chore(main): release 0.5.2 --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- pyproject.toml | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d65314a..53fa8d8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -27,7 +27,7 @@ body: label: contrail version description: Output of `contrail --version`. # x-release-please-start-version - placeholder: contrail 0.5.1 + placeholder: contrail 0.5.2 # x-release-please-end validations: required: true @@ -85,7 +85,7 @@ body: attributes: label: How contrail is installed # x-release-please-start-version - placeholder: pip install contrails==0.5.1 + placeholder: pip install contrails==0.5.2 # x-release-please-end validations: required: true diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 210d290..258342d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.1" + ".": "0.5.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 995d973..ef28015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.2](https://github.com/atdr/contrail/compare/v0.5.1...v0.5.2) (2026-09-09) + + +### Documentation + +* **contrail-gh:** document surface-diff tripwire and version tagging ([#52](https://github.com/atdr/contrail/issues/52)) ([c28f7ff](https://github.com/atdr/contrail/commit/c28f7ffda099be35b56ae34f178f4d2845700d30)) + ## [0.5.1](https://github.com/atdr/contrail/compare/v0.5.0...v0.5.1) (2026-09-07) diff --git a/README.md b/README.md index 482ac89..6f382bc 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ prices each one using Google's [Travel Impact Model](https://travelimpactmodel.o ```bash -pip install contrails==0.5.1 +pip install contrails==0.5.2 ``` @@ -441,7 +441,7 @@ secrets, and it syncs daily and commits the updated CSV back to your own repo. ```bash python3 -m venv ~/contrail-venv -~/contrail-venv/bin/pip install contrails==0.5.1 +~/contrail-venv/bin/pip install contrails==0.5.2 crontab -e ``` diff --git a/pyproject.toml b/pyproject.toml index 0e7343a..16cda8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "contrails" -version = "0.5.1" +version = "0.5.2" description = "Estimate the CO2e emissions of flights you've taken or booked, and keep a running log." readme = "README.md" requires-python = ">=3.11"