File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3
3
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
4
4
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
5
5
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
+
6
10
## [ 0.8.14] - 2024-04-06 <a name =" 0.8.14 " ></a >
7
11
### Added
8
12
- Illumos: experimental support. See PR #82
@@ -178,7 +182,8 @@ executable. This was reported privately by [@offalltn](https://github.com/offall
178
182
### Added
179
183
- Initial release.
180
184
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
182
187
[ 0.8.14 ] : https://github.com/amodm/webbrowser-rs/compare/v0.8.13...v0.8.14
183
188
[ 0.8.13 ] : https://github.com/amodm/webbrowser-rs/compare/v0.8.12...v0.8.13
184
189
[ 0.8.12 ] : https://github.com/amodm/webbrowser-rs/compare/v0.8.11...v0.8.12
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " webbrowser"
3
3
description = " Open URLs in web browsers available on a platform"
4
- version = " 0.8.14 "
4
+ version = " 0.8.15 "
5
5
authors = [" Amod Malviya @amodm" ]
6
6
documentation = " https://docs.rs/webbrowser"
7
7
homepage = " https://github.com/amodm/webbrowser-rs"
You can’t perform that action at this time.
0 commit comments