Skip to content

Commit 4fdf9b2

Browse files
committed
chore: creating version 1.10
1 parent 72794e9 commit 4fdf9b2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.10] - 2024-04-30
9+
810
### Added
911
- Ability to supply custom metadata to Windows. This allows exposing the computer running **wsdd-native** as something other than an SMB server in Windows Explorer. For more details see [this page](config/metadata/README.md)
1012
- Support for Alpine Linux and musl libc
@@ -116,3 +118,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
116118
[1.7]: https://github.com/gershnik/wsdd-native/releases/v1.7
117119
[1.8]: https://github.com/gershnik/wsdd-native/releases/v1.8
118120
[1.9]: https://github.com/gershnik/wsdd-native/releases/v1.9
121+
[1.10]: https://github.com/gershnik/wsdd-native/releases/v1.10

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9
1+
1.10

installers/rpm-systemd/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.9
2+
Version: 1.10
33
Release: 1%{?dist}
44
Summary: WS-Discovery Host Daemon
55

@@ -79,6 +79,9 @@ if [ $1 -eq 0 ] ; then
7979
fi
8080

8181
%changelog
82+
* Tue Apr 30 2024 gershnik - 1.10-1
83+
- Release 1.10
84+
8285
* Sat Apr 20 2024 gershnik - 1.9-1
8386
- Release 1.9
8487

0 commit comments

Comments
 (0)