Skip to content

Commit

Permalink
chore: creating version 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed May 16, 2024
1 parent 4461801 commit ad946ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## [1.13] - 2024-05-16

### Added
- On Linux KSMBD configuration is now auto-detected if Samba configuration is not present.
- Binary packages are now available for Arch Linux and Alpine
Expand Down Expand Up @@ -144,3 +146,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[1.9]: https://github.com/gershnik/wsdd-native/releases/v1.9
[1.10]: https://github.com/gershnik/wsdd-native/releases/v1.10
[1.12]: https://github.com/gershnik/wsdd-native/releases/v1.12
[1.13]: https://github.com/gershnik/wsdd-native/releases/v1.13
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12
1.13
7 changes: 5 additions & 2 deletions installers/rpm-systemd/wsddn.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: wsddn
Version: 1.12
Release: 2%{?dist}
Version: 1.13
Release: 1%{?dist}
Summary: WS-Discovery Host Daemon

License: BSD-3-Clause
Expand Down Expand Up @@ -78,6 +78,9 @@ if [ $1 -eq 0 ] ; then
fi

%changelog
* Thu May 16 2024 gershnik - 1.13-1
- Release 1.13

* Mon May 06 2024 gershnik - 1.12-1
- Release 1.12

Expand Down

0 comments on commit ad946ef

Please sign in to comment.