Skip to content

Commit a16d6ae

Browse files
committed
Release v1.0.0 [skip ci]
1 parent fec67c3 commit a16d6ae

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.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+
614
## [0.8.15] - 2024-04-10 <a name="0.8.15"></a>
715
### Fixed
816
- Fix crash on iOS. See #83 and #84
@@ -182,7 +190,8 @@ executable. This was reported privately by [@offalltn](https://github.com/offall
182190
### Added
183191
- Initial release.
184192

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
186195
[0.8.15]: https://github.com/amodm/webbrowser-rs/compare/v0.8.14...v0.8.15
187196
[0.8.14]: https://github.com/amodm/webbrowser-rs/compare/v0.8.13...v0.8.14
188197
[0.8.13]: https://github.com/amodm/webbrowser-rs/compare/v0.8.12...v0.8.13

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

0 commit comments

Comments
 (0)