Skip to content

Commit 7e06c08

Browse files
committed
Release v1.2.1 [skip ci]
1 parent 2909f18 commit 7e06c08

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.2.1] - 2026-04-16 <a name="1.2.1"></a>
7+
### Fixed
8+
- Windows: work around broken AssocQueryStringW() not returning actual string length. See #114
9+
610
## [1.2.0] - 2026-03-09 <a name="1.2.0"></a>
711
### Changed
812
- Bump MSRV to 1.85
@@ -229,7 +233,8 @@ executable. This was reported privately by [@offalltn](https://github.com/offall
229233
### Added
230234
- Initial release.
231235

232-
[Unreleased]: https://github.com/amodm/webbrowser-rs/compare/v1.2.0...HEAD
236+
[Unreleased]: https://github.com/amodm/webbrowser-rs/compare/v1.2.1...HEAD
237+
[1.2.1]: https://github.com/amodm/webbrowser-rs/compare/v1.2.0...v1.2.1
233238
[1.2.0]: https://github.com/amodm/webbrowser-rs/compare/v1.1.0...v1.2.0
234239
[1.1.0]: https://github.com/amodm/webbrowser-rs/compare/v1.0.6...v1.1.0
235240
[1.0.6]: https://github.com/amodm/webbrowser-rs/compare/v1.0.5...v1.0.6

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

0 commit comments

Comments
 (0)