Skip to content

Commit

Permalink
New release v0.1.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Strixx76 committed Aug 14, 2024
1 parent d0bf376 commit b764e17
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.1.0] - 2024-08-14
## [unreleased] - ????

## [0.1.0rc1] - 2024-08-14

NB! This release is versioned as a release candidate only because the need of changing the
requirements in the Samsung WAM integration for Home Assistant. This release is not compatible
with that integration, but that project has set the requirements to pywam>=0.0.1.

- Fixed typo with grouping attributes
- Fixed a bug for 0 volume
Expand All @@ -20,3 +26,4 @@ All notable changes to this project will be documented in this file.

[unreleased]: https://github.com/Strixx76/pywam
[0.0.1]: https://github.com/Strixx76/pywam/tree/v0.0.1
[0.1.0rc1]: https://github.com/Strixx76/pywam/tree/v0.1.0rc1
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Daniel Jönsson
Copyright (c) 2024 Daniel Jönsson

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pywam"
version = "0.1.0"
version = "0.1.0rc1"
description = "Library built on AsyncIO for communicating with Samsung Wireless Audio speakers (WAM)."
license = { text = "MIT License" }
readme = "README.md"
Expand Down

0 comments on commit b764e17

Please sign in to comment.