Skip to content

Commit

Permalink
chore(main): release 2.1.0 (#226)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.1.0](v2.0.0...v2.1.0)
(2024-07-16)


### Features

* **c3:** add option to set super_silent
([#210](#210))
([dcef500](dcef500))
* **c3:** query and set silence level
([#227](#227))
([556f7c2](556f7c2))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Introduced options to set `super_silent` and query/set the silence
level in the `c3` module.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
rokam authored Jul 16, 2024
1 parent 556f7c2 commit 4b32855
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.1.0](https://github.com/rokam/midea-local/compare/v2.0.0...v2.1.0) (2024-07-16)


### Features

* **c3:** add option to set super_silent ([#210](https://github.com/rokam/midea-local/issues/210)) ([dcef500](https://github.com/rokam/midea-local/commit/dcef500f073ce150283730132fd4a3155850e332))
* **c3:** query and set silence level ([#227](https://github.com/rokam/midea-local/issues/227)) ([556f7c2](https://github.com/rokam/midea-local/commit/556f7c234d4581472b0ce2f3830289b2ba529c90))

## [2.0.0](https://github.com/rokam/midea-local/compare/v1.3.2...v2.0.0) (2024-07-12)


Expand Down
2 changes: 1 addition & 1 deletion midealocal/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Midea Local Version."""

__version__ = "2.0.0"
__version__ = "2.1.0"

0 comments on commit 4b32855

Please sign in to comment.