Skip to content

Commit ebed23f

Browse files
committed
chore: creating version 1.21
1 parent 2d982d1 commit ebed23f

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
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.21] - 2025-08-04
9+
810
### Added
911
- A binary package is now available for OpenBSD. Look for `wsddn-x.y-OpenBSD-amd64.tgz` under Releases
1012
- Configuration file samples for OpenBSD have been provided under `config/openbsd`
@@ -190,3 +192,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
190192
[1.18]: https://github.com/gershnik/wsdd-native/releases/v1.18
191193
[1.19]: https://github.com/gershnik/wsdd-native/releases/v1.19
192194
[1.20]: https://github.com/gershnik/wsdd-native/releases/v1.20
195+
[1.21]: https://github.com/gershnik/wsdd-native/releases/v1.21

README.md

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

9191
To install via standalone `.pkg` installer:
9292

93-
* Download [the installer package](https://github.com/gershnik/wsdd-native/releases/download/v1.20/wsddn-macos-1.20.pkg)
93+
* Download [the installer package](https://github.com/gershnik/wsdd-native/releases/download/v1.21/wsddn-macos-1.21.pkg)
9494
* Double click it to run and follow the prompts.
9595

9696
If you prefer command line, you can also install via:
9797
```bash
98-
sudo installer -pkg /path/to/wsddn-macos-1.20.pkg -target /
98+
sudo installer -pkg /path/to/wsddn-macos-1.21.pkg -target /
9999
```
100100

101101
To fully uninstall `wsddn` run `/usr/local/bin/wsddn-uninstall`

VERSION

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

installers/rpm/wsddn.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: wsddn
2-
Version: 1.20
2+
Version: 1.21
33
Release: 1%{?dist}
44
Summary: WS-Discovery Host Daemon
55

@@ -113,6 +113,9 @@ if [ $1 -eq 0 ] ; then
113113
fi
114114

115115
%changelog
116+
* Mon Aug 04 2025 gershnik - 1.21-1
117+
- Release 1.21
118+
116119
* Sat Jul 19 2025 gershnik - 1.20-1
117120
- Release 1.20
118121

0 commit comments

Comments
 (0)