Skip to content

Commit

Permalink
chore: merge release-v0.4.1 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Feb 12, 2024
2 parents 563a216 + 7e3e051 commit 9dab6b8
Show file tree
Hide file tree
Showing 10 changed files with 132 additions and 115 deletions.
24 changes: 7 additions & 17 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
### 2024-01-29
### 2024-02-12

### Chores
+ Dockerfile alpine bump, [620d21a144fa279cf65c3c523a4ba0c13e056a5b]
+ GitHub workflow updated, [fc30b118dc3fb729891fa7745bd21a50fa8a2900]
+ create_release.sh v0.5.1, [54558fc90daab2344edd8647c46dec11f03d3a76]
+ .devcontainer updated, [743ad5c714ec165490c94dbefe344834b640b9ca]
+ dependencies updated, [3a8fcbc32a7ade96c3ee24d15cdb7a86a1e3d720], [7afc789c459b306729bde6157b2ecc7953950c88]
+ gitattributes updated, [c8c5896b868e9ed421d4ed74068173100580e208]
+ create_release only build for armv6, [8f16ae45b8da1e6954789e74cfe584e41b9b6ef5]
+ sql file formatted, [3afabbe00276bdd7ca3b7be2e79a901a8bfa6abc]
+ create_release.sh v0.5.4, [4eb79fa873e5b1f50500fafbeab647f64a51547f], [48a338fb9f66a9cac72ce9c3c59a0bbf50af1666]
+ dependencies updated, [08209b2ac5905be255d0d97ec40bff2f0ac444e8]
+ run.sh updated, [636a35a4282a3d8d6d255ca0360dd01e0e5e5e4b]
+ GitHub workflow updated, [6afca52db71b4ee67ab6c010a5195ff51fc50a1e]

### Features
+ Replace Alarm Schedule mutex with a messaging system, [d15a57fd7df0c13de325f3475f67ad55821e400e]

### Fixes
+ AppEnv use TZ instead of TIMEZONE, [ac4a565bb1b4fb6427cd21449ae8e559daca5d26]

### Tests
+ use test_setup/clean and uuids, [4dcd4968c8b86b2556d914c781e6cb6881d80d72], [10ad10fafc13f3b9e21148f4f1f8a041703d20bb]
### Docs
+ README.md typo, [2b0cef36d61b6d41c3d4205c9dc2824c9e363819]

see <a href='https://github.com/mrjackwills/belugasnooze_pi/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details
4 changes: 2 additions & 2 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# Upload output for release page
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: ${{ matrix.target }}
Expand All @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup | Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Update Release
uses: ncipollo/release-action@v1
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# <a href='https://github.com/mrjackwills/belugasnooze_pi/releases/tag/v0.4.1'>v0.4.1</a>
### 2024-02-12

### Chores
+ create_release.sh v0.5.4, [4eb79fa8](https://github.com/mrjackwills/belugasnooze_pi/commit/4eb79fa873e5b1f50500fafbeab647f64a51547f), [48a338fb](https://github.com/mrjackwills/belugasnooze_pi/commit/48a338fb9f66a9cac72ce9c3c59a0bbf50af1666)
+ dependencies updated, [08209b2a](https://github.com/mrjackwills/belugasnooze_pi/commit/08209b2ac5905be255d0d97ec40bff2f0ac444e8)
+ run.sh updated, [636a35a4](https://github.com/mrjackwills/belugasnooze_pi/commit/636a35a4282a3d8d6d255ca0360dd01e0e5e5e4b)
+ GitHub workflow updated, [6afca52d](https://github.com/mrjackwills/belugasnooze_pi/commit/6afca52db71b4ee67ab6c010a5195ff51fc50a1e)

### Docs
+ README.md typo, [2b0cef36](https://github.com/mrjackwills/belugasnooze_pi/commit/2b0cef36d61b6d41c3d4205c9dc2824c9e363819)

# <a href='https://github.com/mrjackwills/belugasnooze_pi/releases/tag/v0.4.0'>v0.4.0</a>
### 2024-01-29

Expand Down
Loading

0 comments on commit 9dab6b8

Please sign in to comment.