File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-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
+ ## [ 1.0.0] - 2024-04-20 <a name =" 1.0.0 " ></a >
7
+ ### Added
8
+ - Move to 1.0! MSRV has now been defined too.
9
+
10
+ ### Fixed
11
+ - Unix: default to standard unix implementation, instead of whitelisting each flavour of unix
12
+ - WASM: return an error on dry_run if window object isn't available
13
+
6
14
## [ 0.8.15] - 2024-04-10 <a name =" 0.8.15 " ></a >
7
15
### Fixed
8
16
- Fix crash on iOS. See #83 and #84
@@ -182,7 +190,8 @@ executable. This was reported privately by [@offalltn](https://github.com/offall
182
190
### Added
183
191
- Initial release.
184
192
185
- [ Unreleased ] : https://github.com/amodm/webbrowser-rs/compare/v0.8.15...HEAD
193
+ [ Unreleased ] : https://github.com/amodm/webbrowser-rs/compare/v1.0.0...HEAD
194
+ [ 1.0.0 ] : https://github.com/amodm/webbrowser-rs/compare/v0.8.15...v1.0.0
186
195
[ 0.8.15 ] : https://github.com/amodm/webbrowser-rs/compare/v0.8.14...v0.8.15
187
196
[ 0.8.14 ] : https://github.com/amodm/webbrowser-rs/compare/v0.8.13...v0.8.14
188
197
[ 0.8.13 ] : https://github.com/amodm/webbrowser-rs/compare/v0.8.12...v0.8.13
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.15 "
4
+ version = " 1.0.0 "
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