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
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
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.5.1"
".": "0.5.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ prices each one using Google's [Travel Impact Model](https://travelimpactmodel.o
<!-- x-release-please-start-version -->

```bash
pip install contrails==0.5.1
pip install contrails==0.5.2
```

<!-- x-release-please-end -->
Expand Down Expand Up @@ -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
```

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 = "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"
Expand Down