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
+ ## [ 1.0.1] - 2024-05-06 <a name =" 1.0.1 " ></a >
7
+ ### Added
8
+ - Support for visionOS. See PR #86 and #87
9
+
6
10
## [ 1.0.0] - 2024-04-20 <a name =" 1.0.0 " ></a >
7
11
### Added
8
12
- Move to 1.0! MSRV has now been defined too.
@@ -190,7 +194,8 @@ executable. This was reported privately by [@offalltn](https://github.com/offall
190
194
### Added
191
195
- Initial release.
192
196
193
- [ Unreleased ] : https://github.com/amodm/webbrowser-rs/compare/v1.0.0...HEAD
197
+ [ Unreleased ] : https://github.com/amodm/webbrowser-rs/compare/v1.0.1...HEAD
198
+ [ 1.0.1 ] : https://github.com/amodm/webbrowser-rs/compare/v1.0.0...v1.0.1
194
199
[ 1.0.0 ] : https://github.com/amodm/webbrowser-rs/compare/v0.8.15...v1.0.0
195
200
[ 0.8.15 ] : https://github.com/amodm/webbrowser-rs/compare/v0.8.14...v0.8.15
196
201
[ 0.8.14 ] : https://github.com/amodm/webbrowser-rs/compare/v0.8.13...v0.8.14
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 = " 1.0.0 "
4
+ version = " 1.0.1 "
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