Skip to content

Commit 9b66da1

Browse files
committed
chore: creating version 1.22
1 parent 08c60b1 commit 9b66da1

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## Unreleased
77

8+
## [1.22] - 2025-10-19
9+
810
### Added
911
- Support building and running on operating systems that lack either Netlink or PF_ROUTE
1012
mechanisms (such as for example Haiku OS). On such systems network interface changes
@@ -212,3 +214,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
212214
[1.19]: https://github.com/gershnik/wsdd-native/releases/v1.19
213215
[1.20]: https://github.com/gershnik/wsdd-native/releases/v1.20
214216
[1.21]: https://github.com/gershnik/wsdd-native/releases/v1.21
217+
[1.22]: https://github.com/gershnik/wsdd-native/releases/v1.22

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ For all 3 methods the supported platforms are:
7171

7272
To install via standalone `.pkg` installer:
7373

74-
* Download [the installer package](https://github.com/gershnik/wsdd-native/releases/download/v1.21/wsddn-macos-1.21.pkg)
74+
* Download [the installer package](https://github.com/gershnik/wsdd-native/releases/download/v1.22/wsddn-macos-1.22.pkg)
7575
* Double click it to run and follow the prompts.
7676

7777
If you prefer command line, you can also install via:
7878
```bash
79-
sudo installer -pkg /path/to/wsddn-macos-1.21.pkg -target /
79+
sudo installer -pkg /path/to/wsddn-macos-1.22.pkg -target /
8080
```
8181

8282
To fully uninstall `wsddn` run `/usr/local/bin/wsddn-uninstall`
@@ -593,10 +593,10 @@ architecture is currently supported. The package is available from [Releases][re
593593

594594
To install:
595595

596-
* Download the [the installer package](https://github.com/gershnik/wsdd-native/releases/download/v1.21/wsddn-1.21-OpenBSD-amd64.tgz)
597-
* **Important:** Rename it to `wsddn-1.21.tgz`. For example:
596+
* Download the [the installer package](https://github.com/gershnik/wsdd-native/releases/download/v1.22/wsddn-1.22-OpenBSD-amd64.tgz)
597+
* **Important:** Rename it to `wsddn-1.22.tgz`. For example:
598598
```sh
599-
mv wsddn-1.21-OpenBSD-amd64.tgz wsddn-1.21.tgz
599+
mv wsddn-1.22-OpenBSD-amd64.tgz wsddn-1.22.tgz
600600
```
601601
* Run
602602
```console

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.21
1+
1.22

0 commit comments

Comments
 (0)