Skip to content

Commit

Permalink
main branch adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
kennymc-c committed Sep 20, 2024
1 parent 6190a43 commit 669bca1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

on:
workflow_dispatch:
push:
branches: dev

env:
INTG_NAME: requests
Expand All @@ -26,8 +24,6 @@
with:
# History of 200 should be more than enough to calculate commit count since last release tag
fetch-depth: 200
# Only for testing. Delete when merging with main branch
ref: dev

- name: Get version and id
#Id needed for env output variable
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

*Changes in the next release*


## [0.3.0] - 2024-09-20

### Breaking changes
- **🎉 This integration can now also run on the remote. From now on each release will have a tar.gz file attached that can be installed on the remote** (see [Run on the remote as a custom integration driver](/README.md#Run-on-the-remote-as-a-custom-integration-driver))
- ⚠️ Running custom integrations on the remote is currently only available in beta firmware releases and requires version 1.9.2 or newer. Please keep in mind that due to the beta status there are missing firmware features that require workarounds (see link above) and that changes in future beta updates may temporarily or permanently break the functionality of this integration as a custom integration. Please wait until custom integrations are available in stable firmware releases if you don't want to take these risks.
Expand Down
2 changes: 1 addition & 1 deletion driver.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"driver_id": "requests",
"version": "0.3.0-dev",
"version": "0.3.0",
"release_date": "2024-09-20",
"min_core_api": "0.24.3",
"name": {
Expand Down

0 comments on commit 669bca1

Please sign in to comment.