Skip to content

Commit 12704db

Browse files
committed
Release v0.8.15 [skip ci]
1 parent 0d54886 commit 12704db

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.8.15] - 2024-04-10 <a name="0.8.15"></a>
7+
### Fixed
8+
- Fix crash on iOS. See #83 and #84
9+
610
## [0.8.14] - 2024-04-06 <a name="0.8.14"></a>
711
### Added
812
- Illumos: experimental support. See PR #82
@@ -178,7 +182,8 @@ executable. This was reported privately by [@offalltn](https://github.com/offall
178182
### Added
179183
- Initial release.
180184

181-
[Unreleased]: https://github.com/amodm/webbrowser-rs/compare/v0.8.14...HEAD
185+
[Unreleased]: https://github.com/amodm/webbrowser-rs/compare/v0.8.15...HEAD
186+
[0.8.15]: https://github.com/amodm/webbrowser-rs/compare/v0.8.14...v0.8.15
182187
[0.8.14]: https://github.com/amodm/webbrowser-rs/compare/v0.8.13...v0.8.14
183188
[0.8.13]: https://github.com/amodm/webbrowser-rs/compare/v0.8.12...v0.8.13
184189
[0.8.12]: https://github.com/amodm/webbrowser-rs/compare/v0.8.11...v0.8.12

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 = "0.8.14"
4+
version = "0.8.15"
55
authors = ["Amod Malviya @amodm"]
66
documentation = "https://docs.rs/webbrowser"
77
homepage = "https://github.com/amodm/webbrowser-rs"

0 commit comments

Comments
 (0)