Skip to content

Commit ad946ef

Browse files
committed
chore: creating version 1.13
1 parent 4461801 commit ad946ef

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.13] - 2024-05-16
9+
810
### Added
911
- On Linux KSMBD configuration is now auto-detected if Samba configuration is not present.
1012
- Binary packages are now available for Arch Linux and Alpine
@@ -144,3 +146,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
144146
[1.9]: https://github.com/gershnik/wsdd-native/releases/v1.9
145147
[1.10]: https://github.com/gershnik/wsdd-native/releases/v1.10
146148
[1.12]: https://github.com/gershnik/wsdd-native/releases/v1.12
149+
[1.13]: https://github.com/gershnik/wsdd-native/releases/v1.13

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12
1+
1.13

installers/rpm-systemd/wsddn.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: wsddn
2-
Version: 1.12
3-
Release: 2%{?dist}
2+
Version: 1.13
3+
Release: 1%{?dist}
44
Summary: WS-Discovery Host Daemon
55

66
License: BSD-3-Clause
@@ -78,6 +78,9 @@ if [ $1 -eq 0 ] ; then
7878
fi
7979

8080
%changelog
81+
* Thu May 16 2024 gershnik - 1.13-1
82+
- Release 1.13
83+
8184
* Mon May 06 2024 gershnik - 1.12-1
8285
- Release 1.12
8386

0 commit comments

Comments
 (0)