Skip to content

Commit baacc5b

Browse files
committed
chore: creating version 1.17
1 parent cc0edf6 commit baacc5b

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.17] - 2025-03-09
9+
810
### Changed
911
- `libuuid` dependency has been replaced with `modern-uuid`
1012
- Updated 3rd party dependencies
@@ -141,3 +143,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
141143
[1.14]: https://github.com/gershnik/wsdd-native/releases/v1.14
142144
[1.15]: https://github.com/gershnik/wsdd-native/releases/v1.15
143145
[1.16]: https://github.com/gershnik/wsdd-native/releases/v1.16
146+
[1.17]: https://github.com/gershnik/wsdd-native/releases/v1.17

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.16/wsddn-macos-1.16.pkg)
93+
* Download [the installer package](https://github.com/gershnik/wsdd-native/releases/download/v1.17/wsddn-macos-1.17.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.16.pkg -target /
98+
sudo installer -pkg /path/to/wsddn-macos-1.17.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.16
1+
1.17

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.16
2+
Version: 1.17
33
Release: 1%{?dist}
44
Summary: WS-Discovery Host Daemon
55

@@ -93,6 +93,9 @@ if [ $1 -eq 0 ] ; then
9393
fi
9494

9595
%changelog
96+
* Sun Mar 09 2025 gershnik - 1.17-1
97+
- Release 1.17
98+
9699
* Sun Jan 12 2025 gershnik - 1.16-1
97100
- Release 1.16
98101

0 commit comments

Comments
 (0)