Skip to content

Commit b5d6287

Browse files
committed
Release v1.0.3 [skip ci]
1 parent 26aaeee commit b5d6287

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.3] - 2024-11-28 <a name="1.0.3"></a>
7+
### Added
8+
- Unix: add support for solaris
9+
610
## [1.0.2] - 2024-09-16 <a name="1.0.2"></a>
711
### Changed
812
- macOS: move to core-foundation 0.10
@@ -198,7 +202,8 @@ executable. This was reported privately by [@offalltn](https://github.com/offall
198202
### Added
199203
- Initial release.
200204

201-
[Unreleased]: https://github.com/amodm/webbrowser-rs/compare/v1.0.2...HEAD
205+
[Unreleased]: https://github.com/amodm/webbrowser-rs/compare/v1.0.3...HEAD
206+
[1.0.3]: https://github.com/amodm/webbrowser-rs/compare/v1.0.2...v1.0.3
202207
[1.0.2]: https://github.com/amodm/webbrowser-rs/compare/v1.0.1...v1.0.2
203208
[1.0.1]: https://github.com/amodm/webbrowser-rs/compare/v1.0.0...v1.0.1
204209
[1.0.0]: https://github.com/amodm/webbrowser-rs/compare/v0.8.15...v1.0.0

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

0 commit comments

Comments
 (0)