Skip to content

Commit

Permalink
chore: creating version 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Apr 30, 2024
1 parent 72794e9 commit 4fdf9b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.10] - 2024-04-30

### Added
- 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)
- Support for Alpine Linux and musl libc
Expand Down Expand Up @@ -116,3 +118,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[1.7]: https://github.com/gershnik/wsdd-native/releases/v1.7
[1.8]: https://github.com/gershnik/wsdd-native/releases/v1.8
[1.9]: https://github.com/gershnik/wsdd-native/releases/v1.9
[1.10]: https://github.com/gershnik/wsdd-native/releases/v1.10
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9
1.10
5 changes: 4 additions & 1 deletion installers/rpm-systemd/wsddn.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: wsddn
Version: 1.9
Version: 1.10
Release: 1%{?dist}
Summary: WS-Discovery Host Daemon

Expand Down Expand Up @@ -79,6 +79,9 @@ if [ $1 -eq 0 ] ; then
fi

%changelog
* Tue Apr 30 2024 gershnik - 1.10-1
- Release 1.10

* Sat Apr 20 2024 gershnik - 1.9-1
- Release 1.9

Expand Down

0 comments on commit 4fdf9b2

Please sign in to comment.