Skip to content

Commit

Permalink
chore: prepare ops 2.18.1 and ops-scenario 7.1.2 releases (#1566)
Browse files Browse the repository at this point in the history
Changelogs and version bumps.
  • Loading branch information
tonyandrewmeyer authored Feb 5, 2025
1 parent d0f9f50 commit e311ea3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 2.18.1 - 5 Feb 2025

## Fixes

* Ensure that the event snapshot is available when one observer defers and another does not (#1562)
* Maintain transaction integrity on first run (#1558)

## Documentation

* Set up intersphinx and add links (#1546)

# 2.18.0 - 30 Jan 2025

## Features
Expand Down
2 changes: 1 addition & 1 deletion ops/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
This module is NOT to be used when developing charms using ops.
"""

version: str = '2.19.0.dev0'
version: str = '2.18.1'
6 changes: 6 additions & 0 deletions testing/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 7.1.2 - 5 Feb 2025

## Fixes

* Put the Juju version in the environment as well as the JujuContext (#1559)

# 7.1.1 - 30 Jan 2025

## Fixes
Expand Down
2 changes: 1 addition & 1 deletion testing/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "ops-scenario"

version = "7.2.0.dev0"
version = "7.1.2"

authors = [
{ name = "Pietro Pasotti", email = "[email protected]" }
Expand Down

0 comments on commit e311ea3

Please sign in to comment.