Skip to content

Commit d924b7a

Browse files
committed
Release v0.8.14 [skip ci]
1 parent ccef8eb commit d924b7a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [0.8.14] - 2024-04-06 <a name="0.8.14"></a>
7+
### Added
8+
- Illumos: experimental support. See PR #82
9+
### Fixed
10+
- Previously configured MSRV was stale (i.e. wouldn't have compiled), and has been modified to 1.60. This is being treated as bug, and as such not requiring a major release.
11+
612
## [0.8.13] - 2024-03-05 <a name="0.8.13"></a>
713
### Added
814
- AIX: experimental support. See PR #79
@@ -172,7 +178,8 @@ executable. This was reported privately by [@offalltn](https://github.com/offall
172178
### Added
173179
- Initial release.
174180

175-
[Unreleased]: https://github.com/amodm/webbrowser-rs/compare/v0.8.13...HEAD
181+
[Unreleased]: https://github.com/amodm/webbrowser-rs/compare/v0.8.14...HEAD
182+
[0.8.14]: https://github.com/amodm/webbrowser-rs/compare/v0.8.13...v0.8.14
176183
[0.8.13]: https://github.com/amodm/webbrowser-rs/compare/v0.8.12...v0.8.13
177184
[0.8.12]: https://github.com/amodm/webbrowser-rs/compare/v0.8.11...v0.8.12
178185
[0.8.11]: https://github.com/amodm/webbrowser-rs/compare/v0.8.10...v0.8.11

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

0 commit comments

Comments
 (0)