Skip to content

Commit

Permalink
chore: merge release-v0.4.5 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Jun 17, 2024
2 parents d3c78e8 + e81ea25 commit 3e192dc
Show file tree
Hide file tree
Showing 6 changed files with 95 additions and 46 deletions.
5 changes: 1 addition & 4 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
### 2024-06-17

### Chores
+ dependencies updated, [03b4fe8e9505e613fbfd4d4c1797231a11f8d151]

### Fixes
+ dockerfile version bump, and arg update, [6c70e0b6cf26961b3fe44cf3e626638c26172f28]
+ tokio-tungstenite "rustls-tls-native" feature, [1353d39344ce2eb5b1d132fc6e6670eaa25b79c9]

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

### Fixes
+ tokio-tungstenite "rustls-tls-native" feature, [1353d393](https://github.com/mrjackwills/belugasnooze_pi/commit/1353d39344ce2eb5b1d132fc6e6670eaa25b79c9)

# <a href='https://github.com/mrjackwills/belugasnooze_pi/releases/tag/v0.4.4'>v0.4.4</a>
### 2024-06-17

Expand Down
124 changes: 85 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "belugasnooze"
version = "0.4.4"
version = "0.4.5"
edition = "2021"
authors = ["Jack Wills <email@mrjackwills.com>"]
description = "belugasnooze - A pi based wake up light sunrise alarm clock"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV VIRT=".build_packages"
ENV TZ=${DOCKER_TIME_CONT}/${DOCKER_TIME_CITY}

# This gets automatically updated via create_release.sh
ARG BELUGASNOOZE_VERSION=v0.4.4
ARG BELUGASNOOZE_VERSION=v0.4.5

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

services:
belugasnooze_pi_client:
image: belugasnooze_pi_client:0.4.4
image: belugasnooze_pi_client:0.4.5
build:
context: .
dockerfile: Dockerfile
Expand Down

0 comments on commit 3e192dc

Please sign in to comment.