From bf204ecedf19bf8a392e88e0da33de7cb6cf4080 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 04:08:08 +0000 Subject: [PATCH] chore(main): release sensor-avanza-stock 1.6.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ custom_components/avanza_stock/manifest.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index bf6b571..0d1bebe 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.4" + ".": "1.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2639d79 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## [1.6.0](https://github.com/custom-components/sensor.avanza_stock/compare/sensor-avanza-stock-v1.5.4...sensor-avanza-stock-v1.6.0) (2025-08-19) + + +### Features + +* allow release-pleaae to create labels ([8f2e47c](https://github.com/custom-components/sensor.avanza_stock/commit/8f2e47cc597a858bf952e22d038e673fed14e141)) + + +### Bug Fixes + +* bootstrap release-please manifest ([22ed818](https://github.com/custom-components/sensor.avanza_stock/commit/22ed8181f3221625aa18f45b138e9b225c561e43)) +* do not use deprecated release-please ([9f90a0c](https://github.com/custom-components/sensor.avanza_stock/commit/9f90a0c34c37b3ed4916075ae07ea85b5c28a139)) +* fetch tags ([6051a99](https://github.com/custom-components/sensor.avanza_stock/commit/6051a99cb0903470ca09c5be7351b77c74bbb47b)) +* release-please config ([5415079](https://github.com/custom-components/sensor.avanza_stock/commit/5415079f1317e6730028d3775fd4c0d1cf090997)) +* release-please version ([bcd429e](https://github.com/custom-components/sensor.avanza_stock/commit/bcd429e73314d99ebc499e09bd11e7c1a8873cfb)) +* trailing whitespace ([e75c36d](https://github.com/custom-components/sensor.avanza_stock/commit/e75c36d822851d7201b9bef23f3e6cc9995988b6)) diff --git a/custom_components/avanza_stock/manifest.json b/custom_components/avanza_stock/manifest.json index 06a69f5..c2044b9 100644 --- a/custom_components/avanza_stock/manifest.json +++ b/custom_components/avanza_stock/manifest.json @@ -11,5 +11,5 @@ "requirements": [ "pyavanza==0.7.1" ], - "version": "1.5.4" + "version": "1.6.0" }