Skip to content

Commit

Permalink
Release v1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
amodm committed Sep 16, 2024
1 parent 48e0db0 commit 2aa113a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2] - 2024-09-16 <a name="1.0.2"></a>
### Changed
- macOS: move to core-foundation 0.10

## [1.0.1] - 2024-05-06 <a name="1.0.1"></a>
### Added
- Support for visionOS. See PR #86 and #87
Expand Down Expand Up @@ -194,7 +198,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.1...HEAD
[Unreleased]: https://github.com/amodm/webbrowser-rs/compare/v1.0.2...HEAD
[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
[0.8.15]: https://github.com/amodm/webbrowser-rs/compare/v0.8.14...v0.8.15
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "webbrowser"
description = "Open URLs in web browsers available on a platform"
version = "1.0.1"
version = "1.0.2"
authors = ["Amod Malviya @amodm"]
documentation = "https://docs.rs/webbrowser"
homepage = "https://github.com/amodm/webbrowser-rs"
Expand Down

0 comments on commit 2aa113a

Please sign in to comment.