Skip to content

Commit

Permalink
chore: merge release-v0.0.18 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Sep 6, 2024
2 parents 834f6d0 + e0242ca commit e7016fa
Show file tree
Hide file tree
Showing 46 changed files with 651 additions and 352 deletions.
14 changes: 9 additions & 5 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
### 2024-08-14
### 2024-09-06

### Chores
+ dependencies updated, [6cb671e37854f5da3ff25b2d5650281e97fabd9d]
+ switch from `allow(x)` to `expect(x), [0bcaedb488876261471dd5735455de24e28dae84]
+ dependencies updated, [ba856c7131ec7f56996bab4e90e162481f476b6e]

### Features
+ improve healthcheck, should now be *correct*, [e89e39a241f29cf51b68e16e7d280556859673b5]
### Fixes
+ fred.rs scanner .next(), [4610f2d7371c2823df41a8973f1df071b6386a4c]
+ healthchecks updated, [00f3d34d72dcd04c3d4ea1f02a3fc77e91789700]
+ fred.rs turbofish, [fefc55af18303a48c4a14defbabc28bf01b9ed49]

### Refactors
+ switch from `/dev/shm` to `/ramdrive`, [24160e54da206261606c898368ba5ff796be557c]
+ use fs::exists, [52ffcd26454cdfd4fa05ffb4da2aabcec6c60b51]
+ log name, [83e7879b68ab80200e42939cc97b9b4dacfee042]

see <a href='https://github.com/mrjackwills/staticpi_backend/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# <a href='https://github.com/mrjackwills/staticpi_backend/releases/tag/v0.0.18'>v0.0.18</a>
### 2024-09-06

### Chores
+ switch from `allow(x)` to `expect(x), [0bcaedb4](https://github.com/mrjackwills/staticpi_backend/commit/0bcaedb488876261471dd5735455de24e28dae84),
+ dependencies updated, [ba856c71](https://github.com/mrjackwills/staticpi_backend/commit/ba856c7131ec7f56996bab4e90e162481f476b6e),

### Fixes
+ fred.rs scanner .next(), [4610f2d7](https://github.com/mrjackwills/staticpi_backend/commit/4610f2d7371c2823df41a8973f1df071b6386a4c),
+ healthchecks updated, [00f3d34d](https://github.com/mrjackwills/staticpi_backend/commit/00f3d34d72dcd04c3d4ea1f02a3fc77e91789700),
+ fred.rs turbofish, [fefc55af](https://github.com/mrjackwills/staticpi_backend/commit/fefc55af18303a48c4a14defbabc28bf01b9ed49),

### Refactors
+ use fs::exists, [52ffcd26](https://github.com/mrjackwills/staticpi_backend/commit/52ffcd26454cdfd4fa05ffb4da2aabcec6c60b51),
+ log name, [83e7879b](https://github.com/mrjackwills/staticpi_backend/commit/83e7879b68ab80200e42939cc97b9b4dacfee042),

# <a href='https://github.com/mrjackwills/staticpi_backend/releases/tag/v0.0.17'>v0.0.17</a>
### 2024-08-14

Expand Down
Loading

0 comments on commit e7016fa

Please sign in to comment.