Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assemble changes for 22.2.12 release #5576

Merged
merged 1 commit into from
Feb 27, 2024
Merged
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
5 changes: 0 additions & 5 deletions .changelog/5347.doc.md

This file was deleted.

Empty file removed .changelog/5348.trivial.md
Empty file.
1 change: 0 additions & 1 deletion .changelog/5403.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/5421.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/5432.trivial.md

This file was deleted.

2 changes: 1 addition & 1 deletion .punch_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
year = '22'
minor = 2
micro = 11
micro = 12
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,34 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 22.2.12 (2024-02-27)

| Protocol | Version |
|:------------------|:---------:|
| Consensus | 6.0.0 |
| Runtime Host | 5.1.0 |
| Runtime Committee | 4.0.0 |

### Bug Fixes

- go/worker/client: Fix nil dereference on early Query
([#5403](https://github.com/oasisprotocol/oasis-core/issues/5403))

### Documentation Improvements

- Pin Tendermint links to 22.2.x branch
([#5347](https://github.com/oasisprotocol/oasis-core/issues/5347))

Since we moved (and renamed folders) from Tendermint to CometBFT in the
`master` branch, links in the stable branch docs to the source files are now
broken.
Fix the links by pointing to source files in the stable git branch.

### Internal Changes

- Install setuptools to make Towncrier fork work with Python 3.12
([#5421](https://github.com/oasisprotocol/oasis-core/issues/5421))

## 22.2.11 (2023-08-09)

| Protocol | Version |
Expand Down
Loading