diff options
| author | Oskar <oskar@mullvad.net> | 2025-05-06 16:23:14 +0200 |
|---|---|---|
| committer | Oskar <oskar@mullvad.net> | 2025-05-06 16:30:16 +0200 |
| commit | d330133cdc57843750420b463ecb693aa2d3126e (patch) | |
| tree | d21c58d53fa8dc1d113a092d418cc39939aed2d3 | |
| parent | fdf3b1a8bf8c5c095c3da257fb6094e58004b8cd (diff) | |
| download | mullvadvpn-d330133cdc57843750420b463ecb693aa2d3126e.tar.xz mullvadvpn-d330133cdc57843750420b463ecb693aa2d3126e.zip | |
Bump installer downloader to 0.3.0
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | installer-downloader/CHANGELOG.md | 4 | ||||
| -rw-r--r-- | installer-downloader/Cargo.toml | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 2e9cbf5864..0ad3b3adde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2087,7 +2087,7 @@ dependencies = [ [[package]] name = "installer-downloader" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "async-trait", diff --git a/installer-downloader/CHANGELOG.md b/installer-downloader/CHANGELOG.md index 10211d4e0c..6415407845 100644 --- a/installer-downloader/CHANGELOG.md +++ b/installer-downloader/CHANGELOG.md @@ -20,6 +20,9 @@ Line wrap the file at 100 chars. Th * **Security**: in case of vulnerabilities. ## [Unreleased] + + +## [0.3.0] - 2025-05-06 ### Added #### Windows - Add window icon. @@ -27,6 +30,7 @@ Line wrap the file at 100 chars. Th ### Changed - Changed title to "Mullvad VPN loader". + ## [0.2.0] - 2025-04-08 - Initial support for downloading and installing the latest version of the Mullvad VPN app on Windows and macOS. diff --git a/installer-downloader/Cargo.toml b/installer-downloader/Cargo.toml index 01eac790fd..9ca85511f1 100644 --- a/installer-downloader/Cargo.toml +++ b/installer-downloader/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "installer-downloader" description = "A secure minimal web installer for the Mullvad app" -version = "0.2.0" +version = "0.3.0" publish = false authors.workspace = true repository.workspace = true |
