From 146cdae29e1c5faa9b177c4da54c84c615aaf816 Mon Sep 17 00:00:00 2001 From: "divejson-release-bot[bot]" <326131968+divejson-release-bot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:10:45 +0000 Subject: [PATCH] chore(release): v0.8.0 --- CHANGELOG.md | 2 ++ divejson/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dafc46..f942917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ this file is about the package, whose version moves independently. ## Unreleased +## 0.8.0 + - **Breaking: a course's `agency` is OPTIONAL.** ยง6.17 of [the specification](https://github.com/divejson/divejson/blob/main/spec/divejson.md) leaves the member out for a course a private instructor taught, rather than inventing an agency for diff --git a/divejson/__init__.py b/divejson/__init__.py index 33b676a..f6207b7 100644 --- a/divejson/__init__.py +++ b/divejson/__init__.py @@ -20,7 +20,7 @@ resolves its own schema and needs no checkout of anything. """ -__version__ = "0.7.0" +__version__ = "0.8.0" SPEC_VERSION = "1.0"