From d4e8b608bb3135f4288be731102808e582297352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Karpel=C3=A8s?= Date: Thu, 23 Jul 2026 22:13:00 +0900 Subject: [PATCH] chore: release v0.1.7 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b6e87..5dee1fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.7](https://github.com/KarpelesLab/rsurl/compare/v0.1.6...v0.1.7) - 2026-07-23 + +### Fixed + +- *(aio)* detach wasm WebSocket handlers on a failed dial + ## [0.1.6](https://github.com/KarpelesLab/rsurl/compare/v0.1.5...v0.1.6) - 2026-07-23 ### Added diff --git a/Cargo.toml b/Cargo.toml index 0e21d70..ffe385a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsurl" -version = "0.1.6" +version = "0.1.7" edition = "2021" rust-version = "1.88" authors = ["Karpelès Lab Inc."]