From dkess at google.com Tue Aug 4 20:25:44 2026 From: dkess at google.com (dkess at google.com) Date: Tue, 04 Aug 2026 20:25:44 +0000 Subject: wireguard-windows library version number Message-ID: <18c8b3fb4a12af86.3130302e3131342e35302e3736.4ad1.0000sendgmr@google.com> Hi, I noticed that wireguard-windows is on version 1.1. But Godoc doesn't recognize this version because it's not semver: https://pkg.go.dev/golang.zx2c4.com/wireguard/windows?tab=versions Would it be possible to get the version bumped to 1.1.0? -Daniel From dkess at google.com Tue Aug 4 20:34:31 2026 From: dkess at google.com (dkess at google.com) Date: Tue, 04 Aug 2026 20:34:31 +0000 Subject: wireguard-windows and wireguard-nt version compatibility? Message-ID: <18c8b475f686cd5e.3130302e3131342e35302e3736.9a15.0000sendgmr@google.com> Hi, I'm curious about version compatibility between the wireguard-windows Go library and the associated wireguard-nt DLL. Can we expect semver to hold? Can version 1.3 of the library load version 1.2 of the DLL, and vice-versa? Or should the version numbers always match? -Daniel