Skip to content

Commit 94baf04

Browse files
committed
Release v1.1.0 [skip ci]
1 parent 12a6674 commit 94baf04

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.1.0] - 2026-02-07 <a name="1.1.0"></a>
7+
### Added
8+
- macOS: provide a `dont_switch` option to allow opening browser in the background. See PR #106
9+
610
## [1.0.6] - 2025-10-15 <a name="1.0.6"></a>
711
### Fixed
812
- Windows: fix browser opening when unicode characters exist in path. See PR #108
@@ -218,7 +222,8 @@ executable. This was reported privately by [@offalltn](https://github.com/offall
218222
### Added
219223
- Initial release.
220224

221-
[Unreleased]: https://github.com/amodm/webbrowser-rs/compare/v1.0.6...HEAD
225+
[Unreleased]: https://github.com/amodm/webbrowser-rs/compare/v1.1.0...HEAD
226+
[1.1.0]: https://github.com/amodm/webbrowser-rs/compare/v1.0.6...v1.1.0
222227
[1.0.6]: https://github.com/amodm/webbrowser-rs/compare/v1.0.5...v1.0.6
223228
[1.0.5]: https://github.com/amodm/webbrowser-rs/compare/v1.0.4...v1.0.5
224229
[1.0.4]: https://github.com/amodm/webbrowser-rs/compare/v1.0.3...v1.0.4

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.6"
4+
version = "1.1.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)