Skip to content

Commit 301a76b

Browse files
committed
Release v1.0.1 [skip ci]
1 parent 985d35b commit 301a76b

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+
## [1.0.1] - 2024-05-06 <a name="1.0.1"></a>
7+
### Added
8+
- Support for visionOS. See PR #86 and #87
9+
610
## [1.0.0] - 2024-04-20 <a name="1.0.0"></a>
711
### Added
812
- 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
190194
### Added
191195
- Initial release.
192196

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
194199
[1.0.0]: https://github.com/amodm/webbrowser-rs/compare/v0.8.15...v1.0.0
195200
[0.8.15]: https://github.com/amodm/webbrowser-rs/compare/v0.8.14...v0.8.15
196201
[0.8.14]: https://github.com/amodm/webbrowser-rs/compare/v0.8.13...v0.8.14

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

0 commit comments

Comments
 (0)