From 631b7d53166562b5976a9290973b9ab9d9081354 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 01:56:34 +0000 Subject: [PATCH] chore: release v0.2.4 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a32a5..9c66aff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.2.4] - 2025-09-25 +\ + +### Fixed + +- Resolve Tokio runtime conflict with lazy client initialization ([1a0eeed](https://github.com/ahonn/tauri-plugin-posthog/commit/1a0eeedb0be1f0eee0457579ea6260b402ccb677)) +\n ## [0.2.3] - 2025-09-24 \ diff --git a/Cargo.toml b/Cargo.toml index 18913b8..4db7d1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-posthog" -version = "0.2.3" +version = "0.2.4" authors = [ "ahonn" ] description = "A Tauri v2 plugin for integrating PostHog analytics into your Tauri applications" license = "MIT"