From edf398ac65f6630d90611fba9493285ca0bdddf3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 17:47:12 +0000 Subject: [PATCH] chore: release v0.5.0-alpha.2 --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9215342 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +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). + +## [Unreleased] + +## [0.5.0-alpha.2](https://github.com/Ekleog/indexed-db/compare/v0.5.0-alpha.1...v0.5.0-alpha.2) - 2025-07-08 + +### Fixed + +- make panic message more explicit when awaiting on non-idb futures + +### Other + +- enable release-plz diff --git a/Cargo.toml b/Cargo.toml index 05985b9..776ae06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexed-db" -version = "0.5.0-alpha.1" +version = "0.5.0-alpha.2" edition = "2021" readme = "README.md" documentation = "https://docs.rs/indexed-db"