From a9a654d3a412847d129707f67e026a6000c92232 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Sat, 9 Nov 2024 20:32:24 +0100 Subject: [PATCH 1/5] prepare for release 1.9.0 --- custom_components/polestar_api/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/polestar_api/manifest.json b/custom_components/polestar_api/manifest.json index a9e5820..34f898b 100644 --- a/custom_components/polestar_api/manifest.json +++ b/custom_components/polestar_api/manifest.json @@ -11,5 +11,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/pypolestar/polestar_api/issues", "requirements": ["gql[httpx]>=3.5.0", "homeassistant>=2024.6.0"], - "version": "1.8.0" + "version": "1.9.0" } From fdc4cf64f8fe6ce2221ac7100f25d956f431c9d7 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Sun, 10 Nov 2024 12:22:11 +0100 Subject: [PATCH 2/5] set 1.9.0rc1 --- custom_components/polestar_api/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/polestar_api/manifest.json b/custom_components/polestar_api/manifest.json index 34f898b..44d1340 100644 --- a/custom_components/polestar_api/manifest.json +++ b/custom_components/polestar_api/manifest.json @@ -11,5 +11,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/pypolestar/polestar_api/issues", "requirements": ["gql[httpx]>=3.5.0", "homeassistant>=2024.6.0"], - "version": "1.9.0" + "version": "1.9.0rc1" } From 244f99da430e1a115ef2c92db8819be8176ad3d9 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Sun, 10 Nov 2024 22:14:47 +0100 Subject: [PATCH 3/5] bump --- custom_components/polestar_api/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/polestar_api/manifest.json b/custom_components/polestar_api/manifest.json index 44d1340..a03748d 100644 --- a/custom_components/polestar_api/manifest.json +++ b/custom_components/polestar_api/manifest.json @@ -11,5 +11,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/pypolestar/polestar_api/issues", "requirements": ["gql[httpx]>=3.5.0", "homeassistant>=2024.6.0"], - "version": "1.9.0rc1" + "version": "1.9.0rc2" } From ef215860b433e6f6a6c9cd535ecb7dda5afa8a75 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Mon, 11 Nov 2024 17:48:59 +0100 Subject: [PATCH 4/5] 1.9.0rc3 --- custom_components/polestar_api/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/polestar_api/manifest.json b/custom_components/polestar_api/manifest.json index a03748d..1b8ff91 100644 --- a/custom_components/polestar_api/manifest.json +++ b/custom_components/polestar_api/manifest.json @@ -11,5 +11,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/pypolestar/polestar_api/issues", "requirements": ["gql[httpx]>=3.5.0", "homeassistant>=2024.6.0"], - "version": "1.9.0rc2" + "version": "1.9.0rc3" } From ff8da295dfb13d67c0cc28c95145259fdbafd471 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Tue, 12 Nov 2024 10:17:21 +0100 Subject: [PATCH 5/5] set version to 1.9.0 --- custom_components/polestar_api/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/polestar_api/manifest.json b/custom_components/polestar_api/manifest.json index 1b8ff91..34f898b 100644 --- a/custom_components/polestar_api/manifest.json +++ b/custom_components/polestar_api/manifest.json @@ -11,5 +11,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/pypolestar/polestar_api/issues", "requirements": ["gql[httpx]>=3.5.0", "homeassistant>=2024.6.0"], - "version": "1.9.0rc3" + "version": "1.9.0" }