From 5f92e98c0718d3045d5cd199fd3d8ab7675cdbec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Thu, 19 Sep 2024 09:19:31 +0200 Subject: [PATCH] Add README note about OWM deprecation --- .github/workflows/platformio_publish.yaml | 2 +- README.md | 1 + library.json | 2 +- library.properties | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/platformio_publish.yaml b/.github/workflows/platformio_publish.yaml index d0eaddd..c9dee47 100644 --- a/.github/workflows/platformio_publish.yaml +++ b/.github/workflows/platformio_publish.yaml @@ -19,4 +19,4 @@ jobs: - name: Publish # requires the PLATFORMIO_AUTH_TOKEN env variable: https://docs.platformio.org/en/latest/envvars.html#envvar-PLATFORMIO_AUTH_TOKEN # currently msr's account - run: pio pkg publish --owner thingpulse + run: pio pkg publish --owner thingpulse --no-interactive diff --git a/README.md b/README.md index 8f9e9b0..80e40b5 100644 --- a/README.md +++ b/README.md @@ -78,4 +78,5 @@ The ESP8266 OLED Library changed a lot with the latest release of version 3.0.0. | Announcement | Module | Removal | |---------------|---------|----------| +| 2024-09-19 | OWM requests by city name and city ID, see [their documentation](https://openweathermap.org/current#builtin) | | | 2018-06-13 | all **Wunderground** related code, see [our blog](https://thingpulse.com/hello-openweathermap-bye-bye-wunderground/) for details | January 2020, version 2.0.0 | diff --git a/library.json b/library.json index 24d3f0a..14400c3 100644 --- a/library.json +++ b/library.json @@ -15,5 +15,5 @@ "espressif8266", "espressif32" ], - "version": "2.2.0" + "version": "2.3.0" } diff --git a/library.properties b/library.properties index ec9f637..a7e20c6 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP8266 Weather Station -version=2.2.0 +version=2.3.0 author=ThingPulse maintainer=ThingPulse sentence=ESP8266 based internet connected Weather Station