We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35641b4 commit b7ececbCopy full SHA for b7ececb
2 files changed
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.2.4](https://github.com/ahonn/tauri-plugin-sparkle-updater/compare/v0.2.3...v0.2.4) - 2026-04-13
11
+
12
+### Fixed
13
14
+- correct minimum macOS version requirement to 10.13+
15
16
## [0.2.3](https://github.com/ahonn/tauri-plugin-sparkle-updater/compare/v0.2.2...v0.2.3) - 2026-03-24
17
18
### Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "tauri-plugin-sparkle-updater"
3
-version = "0.2.3"
+version = "0.2.4"
4
description = "Tauri plugin for macOS app updates using the Sparkle framework"
5
authors = ["ahonn <ahonn95@outlook.com>"]
6
license = "MIT"
0 commit comments