-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
semantic-release
committed
Jul 31, 2023
1 parent
e2d364c
commit 6ca31e7
Showing
1 changed file
with
117 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,141 @@ | ||
# Changelog | ||
# CHANGELOG | ||
|
||
|
||
|
||
## v0.4.0 (2023-07-31) | ||
|
||
### Chore | ||
|
||
* chore: Trying to fix semanic-release v8 changes ([`e2d364c`](https://github.com/andrewjw/breakout-garden-exporter/commit/e2d364c37e6a2bdf4cf1f761d48936bfda789bc6)) | ||
|
||
* chore: Trying to fix semanic-release v8 changes ([`a95c372`](https://github.com/andrewjw/breakout-garden-exporter/commit/a95c372b2afe121fa2ae71d5bcfa31318275183b)) | ||
|
||
* chore: Fix workflow to use semantic-release v8 command ([`e5b6d44`](https://github.com/andrewjw/breakout-garden-exporter/commit/e5b6d44b007303113ea69e9c8803aa256a6ce079)) | ||
|
||
* chore(deps): update dependency pycodestyle to v2.11.0 ([`1eec146`](https://github.com/andrewjw/breakout-garden-exporter/commit/1eec1462bc493d1f694b293ad90439deb72deccd)) | ||
|
||
* chore(deps): update dependency python-semantic-release to v8.0.4 ([`c1ffa06`](https://github.com/andrewjw/breakout-garden-exporter/commit/c1ffa06cdedff57c6c8309d50815df2225f15d4a)) | ||
|
||
* chore(deps): update dependency python-semantic-release to v8.0.3 ([`3fd7820`](https://github.com/andrewjw/breakout-garden-exporter/commit/3fd78203ce82c32700dc2cc101b7b6c1b9b219e6)) | ||
|
||
* chore(deps): update dependency python-semantic-release to v8.0.2 ([`cd12dc4`](https://github.com/andrewjw/breakout-garden-exporter/commit/cd12dc4e9e72e75a3abbebd51ceea0ac561afa85)) | ||
|
||
* chore(deps): update dependency python-semantic-release to v8 ([`15c99d6`](https://github.com/andrewjw/breakout-garden-exporter/commit/15c99d647032514a75c081d814e00fb48756febf)) | ||
|
||
### Fix | ||
|
||
* fix: Fix tests. ([`36478d5`](https://github.com/andrewjw/breakout-garden-exporter/commit/36478d54b4f36588a8f4db79b6e6288c245490b7)) | ||
|
||
* fix: Handle missing ICP10125 sensor. ([`c7a2ed2`](https://github.com/andrewjw/breakout-garden-exporter/commit/c7a2ed28c4a7f29f92b625a3b411d96c0ff529eb)) | ||
|
||
* fix: Handle a missing SGP30. ([`543d9af`](https://github.com/andrewjw/breakout-garden-exporter/commit/543d9af4942e1fe083eeb6cbf086863573026b9a)) | ||
|
||
### Unknown | ||
|
||
* Merge pull request #7 from andrewjw/bme280 | ||
|
||
Add support for BME280 (untested) ([`f89fb45`](https://github.com/andrewjw/breakout-garden-exporter/commit/f89fb45920f76e3803fd3bd99c59fcf26e0ff313)) | ||
|
||
* Merge branch 'main' into bme280 ([`30b5891`](https://github.com/andrewjw/breakout-garden-exporter/commit/30b58918a8a3e0ddeb7f79e059bcf055502f998b)) | ||
|
||
* Merge pull request #6 from andrewjw/renovate/python-semantic-release-8.x | ||
|
||
chore(deps): update dependency python-semantic-release to v8 ([`6bd02f9`](https://github.com/andrewjw/breakout-garden-exporter/commit/6bd02f9b3a414dd6ed3d4a6a31cb56bbcbe8e274)) | ||
|
||
<!--next-version-placeholder--> | ||
|
||
## v0.3.1 (2023-07-16) | ||
|
||
### Feature | ||
|
||
* feat: Add support for BME280. ([`508b8b2`](https://github.com/andrewjw/breakout-garden-exporter/commit/508b8b269c0185e1eba0bbae2dcb076bbc6cc0f7)) | ||
|
||
### Fix | ||
|
||
* Handle an error when no i2c interface is found. ([`27c4776`](https://github.com/andrewjw/breakout-garden-exporter/commit/27c4776ca1fbe375d4000fcdd3138ac0452f9438)) | ||
* fix: Handle an error when no i2c interface is found. ([`27c4776`](https://github.com/andrewjw/breakout-garden-exporter/commit/27c4776ca1fbe375d4000fcdd3138ac0452f9438)) | ||
|
||
* fix: Fix code style. ([`bbe3944`](https://github.com/andrewjw/breakout-garden-exporter/commit/bbe394497367f0de2254b9a602bff7552be89518)) | ||
|
||
* fix: Handle missing BME280 sensor. ([`371f314`](https://github.com/andrewjw/breakout-garden-exporter/commit/371f314d2f4e88e57778bdbf38962f2879e11cb7)) | ||
|
||
|
||
## v0.3.0 (2023-07-13) | ||
|
||
### Chore | ||
|
||
* chore: Improve test coverage. ([`07e65fd`](https://github.com/andrewjw/breakout-garden-exporter/commit/07e65fd1d9a32e01f6302f4d73892e19ce88030f)) | ||
|
||
* chore: Fix typing and style errors. ([`0fab9af`](https://github.com/andrewjw/breakout-garden-exporter/commit/0fab9af422f477549e3610b54c2edcbaae292fd9)) | ||
|
||
* chore: Fix publish to PyPI ([`d287b3b`](https://github.com/andrewjw/breakout-garden-exporter/commit/d287b3bdb4e7581131cdbd7b627da98301693ae6)) | ||
|
||
### Feature | ||
|
||
* Add support for the SGP30 air quality sensor. ([`2b8584f`](https://github.com/andrewjw/breakout-garden-exporter/commit/2b8584f5b2bbffbeba6e00f957c0cca8af5b1866)) | ||
* feat: Add support for the SGP30 air quality sensor. ([`2b8584f`](https://github.com/andrewjw/breakout-garden-exporter/commit/2b8584f5b2bbffbeba6e00f957c0cca8af5b1866)) | ||
|
||
### Unknown | ||
|
||
* Merge pull request #5 from andrewjw/sgp30 | ||
|
||
Add support for SGP30 ([`d93d43c`](https://github.com/andrewjw/breakout-garden-exporter/commit/d93d43cffc9ec89aa2405e8966a0ab3a85ca87b9)) | ||
|
||
|
||
## v0.2.0 (2023-07-08) | ||
|
||
### Chore | ||
|
||
* chore: Fix copy and paste error. ([`9039f6e`](https://github.com/andrewjw/breakout-garden-exporter/commit/9039f6e3056e64bfbc10908a16e0a7f140d9e1fa)) | ||
|
||
### Feature | ||
|
||
* Add command line options to readme. ([`01771cd`](https://github.com/andrewjw/breakout-garden-exporter/commit/01771cd9f7f5f24c76788f02d06253ea5cdc48f9)) | ||
* feat: Add command line options to readme. ([`01771cd`](https://github.com/andrewjw/breakout-garden-exporter/commit/01771cd9f7f5f24c76788f02d06253ea5cdc48f9)) | ||
|
||
|
||
## v0.1.0 (2023-07-08) | ||
|
||
### Chore | ||
|
||
* chore: Allow release step to write to repository. ([`f086c76`](https://github.com/andrewjw/breakout-garden-exporter/commit/f086c7650492ba23f8bb6849d0258c3edb9436ba)) | ||
|
||
* chore: Fix environment variable name in workflor ([`ab3a959`](https://github.com/andrewjw/breakout-garden-exporter/commit/ab3a9599fb3e56d0bc180a425981ca48d78dde81)) | ||
|
||
* chore: Fix release workflow test ([`f87d409`](https://github.com/andrewjw/breakout-garden-exporter/commit/f87d4091edeab7c2395079c6163e36cf15e46c8f)) | ||
|
||
* chore: Update README.md ([`91d96dd`](https://github.com/andrewjw/breakout-garden-exporter/commit/91d96dda1ca669054f4a245c4edcde6ae6bad6e7)) | ||
|
||
* chore(deps): update dependency python-semantic-release to v7.34.6 ([`a745081`](https://github.com/andrewjw/breakout-garden-exporter/commit/a745081f60adb2e5f4f39eb63e78c6005113cd79)) | ||
|
||
* chore: Move action to correct folder ([`8f1fbc7`](https://github.com/andrewjw/breakout-garden-exporter/commit/8f1fbc773e5fd8cbda5daf1e1f9feafba7d58154)) | ||
|
||
* chore: Initial commit. ([`2b9c75e`](https://github.com/andrewjw/breakout-garden-exporter/commit/2b9c75e980cf7fee24ce2c9e9f8d82698148dcc7)) | ||
|
||
* chore: Add renovate auto merge. ([`0f5479a`](https://github.com/andrewjw/breakout-garden-exporter/commit/0f5479a535e12273b8fd4ea5dc40ad16a40a142e)) | ||
|
||
* chore: Add initial readme. ([`1b880de`](https://github.com/andrewjw/breakout-garden-exporter/commit/1b880de44f125f2c02c508706d4afdc16a7edcd9)) | ||
|
||
### Feature | ||
|
||
* Add prometheus stats server to display metrics. ([`f39be1e`](https://github.com/andrewjw/breakout-garden-exporter/commit/f39be1e93eb92bee53c0c3fb6d6ece3c87a4dc0a)) | ||
* Add ICP10125 pressure and temperature sensor, and basic skeleton for tracking metrics. ([`52e3fd0`](https://github.com/andrewjw/breakout-garden-exporter/commit/52e3fd060a27c46338a6138cdad23086701d09f6)) | ||
* feat: Add prometheus stats server to display metrics. ([`f39be1e`](https://github.com/andrewjw/breakout-garden-exporter/commit/f39be1e93eb92bee53c0c3fb6d6ece3c87a4dc0a)) | ||
|
||
* feat: Add ICP10125 pressure and temperature sensor, and basic skeleton for tracking metrics. ([`52e3fd0`](https://github.com/andrewjw/breakout-garden-exporter/commit/52e3fd060a27c46338a6138cdad23086701d09f6)) | ||
|
||
### Fix | ||
|
||
* Fix current version. ([`ede84b7`](https://github.com/andrewjw/breakout-garden-exporter/commit/ede84b7112cd8a9db3a8c3315ee17fc432d69ab1)) | ||
* Fix version reference. ([`b69bd22`](https://github.com/andrewjw/breakout-garden-exporter/commit/b69bd226d1575c347a9e728dffb622bb7951bbd7)) | ||
* Various fixes to get icp10125 running. ([`34149a5`](https://github.com/andrewjw/breakout-garden-exporter/commit/34149a5b6e0c72701787c6e27d5f250ef7a94271)) | ||
* fix: Fix current version. ([`ede84b7`](https://github.com/andrewjw/breakout-garden-exporter/commit/ede84b7112cd8a9db3a8c3315ee17fc432d69ab1)) | ||
|
||
* fix: Fix version reference. ([`b69bd22`](https://github.com/andrewjw/breakout-garden-exporter/commit/b69bd226d1575c347a9e728dffb622bb7951bbd7)) | ||
|
||
* fix: Various fixes to get icp10125 running. ([`34149a5`](https://github.com/andrewjw/breakout-garden-exporter/commit/34149a5b6e0c72701787c6e27d5f250ef7a94271)) | ||
|
||
### Unknown | ||
|
||
* Merge pull request #4 from andrewjw/icp10125 | ||
|
||
Add ICP10125 sensor ([`23ddabc`](https://github.com/andrewjw/breakout-garden-exporter/commit/23ddabc7f267b28d2f8ae91eb292c7801099cc2f)) | ||
|
||
* Merge pull request #1 from andrewjw/renovate/configure | ||
|
||
Configure Renovate ([`6ebd2c9`](https://github.com/andrewjw/breakout-garden-exporter/commit/6ebd2c9da1115e31a0ced1a39a059f59e45e2914)) | ||
|
||
* Add renovate.json ([`49d4ec4`](https://github.com/andrewjw/breakout-garden-exporter/commit/49d4ec419f62a66dbbbf01d853aac9cf9a237d44)) | ||
|
||
* Initial commit ([`b2fe18f`](https://github.com/andrewjw/breakout-garden-exporter/commit/b2fe18fea74721992e1dc9147147f830d3d3bd7d)) |