From 6cbc264a3bba177a34d93e8422e7f9c0807a0961 Mon Sep 17 00:00:00 2001 From: Tony Meyer Date: Wed, 1 May 2024 19:04:14 +1200 Subject: [PATCH] chore: 2.13.0 release notes and version bump (#1207) Add [CHANGES.md](CHANGES.md) entries for the 2.13.0 release, and adjust the version number in preparation for the release. --- CHANGES.md | 22 ++++++++++++++++++++++ ops/version.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 684d42b12..3dbd9359f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,25 @@ +# 2.13.0 - 30 Apr 2024 + +## Features + +* Added support for user secrets in Harness (#1176) + +## Fixes + +* Corrected the model config types (#1183) +* In Harness, only inspect the source file if it will be used - this fixed using Harness in a Python REPL (#1181) + +## Documentation + +* Updated publishing a release in HACKING.md (#1173) +* Added `tox -e docs-deps` to compile requirements.txt (#1172) +* Updated doc to note deprecated functionality in (#1178) + +## Tests + +* First stage of converting tests from unittest to pytest (#1191, #1192, #1196, #1193, #1195) +* Added `pebble.CheckInfo.change_id` field (#1197) + # 2.12.0 - 28 Mar 2024 ## Features diff --git a/ops/version.py b/ops/version.py index 3e5d2c59d..a130acdd8 100644 --- a/ops/version.py +++ b/ops/version.py @@ -17,4 +17,4 @@ This module is NOT to be used when developing charms using ops. """ -version: str = '2.13.0.dev0' +version: str = '2.13.0'