Skip to content

Commit fbd294d

Browse files
committed
Release v1.0.5 [skip ci]
1 parent e467175 commit fbd294d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## [1.0.5] - 2025-03-10 <a name="1.0.5"></a>
7+
### Fixed
8+
- Unix: Fix build on redox os. See PR #104
9+
- macOS: Fix packed alignment of LSLaunchURLSpec. See PR #102
10+
11+
### Added
12+
- WASM: support wasm64
13+
614
## [1.0.4] - 2025-03-10 <a name="1.0.4"></a>
715
### Changed
816
- iOS: Return appropriate errors if called from non-main thread or before UIApplication initialization. See PRs #95 and #99
@@ -206,7 +214,8 @@ executable. This was reported privately by [@offalltn](https://github.com/offall
206214
### Added
207215
- Initial release.
208216

209-
[Unreleased]: https://github.com/amodm/webbrowser-rs/compare/v1.0.4...HEAD
217+
[Unreleased]: https://github.com/amodm/webbrowser-rs/compare/v1.0.5...HEAD
218+
[1.0.5]: https://github.com/amodm/webbrowser-rs/compare/v1.0.4...v1.0.5
210219
[1.0.4]: https://github.com/amodm/webbrowser-rs/compare/v1.0.3...v1.0.4
211220
[1.0.3]: https://github.com/amodm/webbrowser-rs/compare/v1.0.2...v1.0.3
212221
[1.0.2]: https://github.com/amodm/webbrowser-rs/compare/v1.0.1...v1.0.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "webbrowser"
33
description = "Open URLs in web browsers available on a platform"
4-
version = "1.0.4"
4+
version = "1.0.5"
55
authors = ["Amod Malviya @amodm"]
66
documentation = "https://docs.rs/webbrowser"
77
homepage = "https://github.com/amodm/webbrowser-rs"

0 commit comments

Comments
 (0)