From 938a23ab6dd4037b92461991178d23a8a82f8273 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 08:55:46 +0000 Subject: [PATCH] Prepare for release v0.18.1 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 980646b6..7d8538e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.18.1] - 2026-04-26 + +### 🐛 Fixes + +- Refactor OutStream and fix utils.redirect_stderr. [#450](https://github.com/fleming79/async-kernel/pull/450) + +### 🌀 Miscellaneous + +- Check trio is available early when creating a Caller for a trio backend. [#452](https://github.com/fleming79/async-kernel/pull/452) + +- Remove unnecessary line. [#451](https://github.com/fleming79/async-kernel/pull/451) + ## [0.18.0] - 2026-04-25 ### 🏗️ Breaking changes @@ -27,6 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### 🌀 Miscellaneous +- Prepare for release v0.18.0 [#449](https://github.com/fleming79/async-kernel/pull/449) + - Refactor AsyncInteractiveShell.shell method [#448](https://github.com/fleming79/async-kernel/pull/448) - Refactor Caller.as_completed. [#447](https://github.com/fleming79/async-kernel/pull/447) @@ -1251,6 +1265,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump the actions group across 1 directory with 2 updates [#3](https://github.com/fleming79/async-kernel/pull/3) +[0.18.1]: https://github.com/fleming79/async-kernel/compare/v0.18.0..v0.18.1 [0.18.0]: https://github.com/fleming79/async-kernel/compare/v0.17.1..v0.18.0 [0.17.1]: https://github.com/fleming79/async-kernel/compare/v0.17.0..v0.17.1 [0.17.0]: https://github.com/fleming79/async-kernel/compare/v0.16.4..v0.17.0