diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ff969..51bd664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.0.3] - 2024-11-28 +### Added +- Unix: add support for solaris + ## [1.0.2] - 2024-09-16 ### Changed - macOS: move to core-foundation 0.10 @@ -198,7 +202,8 @@ executable. This was reported privately by [@offalltn](https://github.com/offall ### Added - Initial release. -[Unreleased]: https://github.com/amodm/webbrowser-rs/compare/v1.0.2...HEAD +[Unreleased]: https://github.com/amodm/webbrowser-rs/compare/v1.0.3...HEAD +[1.0.3]: https://github.com/amodm/webbrowser-rs/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/amodm/webbrowser-rs/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/amodm/webbrowser-rs/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/amodm/webbrowser-rs/compare/v0.8.15...v1.0.0 diff --git a/Cargo.toml b/Cargo.toml index 2095e42..a8ef15b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "webbrowser" description = "Open URLs in web browsers available on a platform" -version = "1.0.2" +version = "1.0.3" authors = ["Amod Malviya @amodm"] documentation = "https://docs.rs/webbrowser" homepage = "https://github.com/amodm/webbrowser-rs"