Skip to content

Commit

Permalink
chore: merge release-v0.4.6 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Sep 6, 2024
2 parents 3e192dc + c4b8672 commit f67bd9a
Show file tree
Hide file tree
Showing 19 changed files with 382 additions and 667 deletions.
8 changes: 2 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"rangav.vscode-thunder-client",
"redhat.vscode-yaml",
"rust-lang.rust-analyzer",
"serayuzgur.crates",
"fill-labs.dependi",
"tamasfe.even-better-toml",
"timonwong.shellcheck",
"vadimcn.vscode-lldb"
Expand All @@ -56,11 +56,7 @@
"remoteUser": "vscode",

"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"version": "latest",
"moby": true,
"dockerDashComposeVersion":"v2"
},
"ghcr.io/devcontainers/features/docker-in-docker:2":{},
"ghcr.io/devcontainers/features/git:1": {
"version":"os-provided"
}
Expand Down
8 changes: 5 additions & 3 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### 2024-06-17
### 2024-09-06

### Fixes
+ tokio-tungstenite "rustls-tls-native" feature, [1353d39344ce2eb5b1d132fc6e6670eaa25b79c9]
### Chores
+ Rust 1.81.0 linting, [021d77a2804f014fe5d622982aaf1be1d07119f9], [620790b3720439f487942104df804953b82c5f0d]
+ .devcontainer updated, [7f13654e1f43ff9c41be0993693e346e9f5de9c4]
+ dependencies updated, [3833a77957f4b22448e14202e1013ae5ea3af08f]

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

### Chores
+ Rust 1.81.0 linting, [021d77a2](https://github.com/mrjackwills/belugasnooze_pi/commit/021d77a2804f014fe5d622982aaf1be1d07119f9), [620790b3](https://github.com/mrjackwills/belugasnooze_pi/commit/620790b3720439f487942104df804953b82c5f0d)
+ .devcontainer updated, [7f13654e](https://github.com/mrjackwills/belugasnooze_pi/commit/7f13654e1f43ff9c41be0993693e346e9f5de9c4)
+ dependencies updated, [3833a779](https://github.com/mrjackwills/belugasnooze_pi/commit/3833a77957f4b22448e14202e1013ae5ea3af08f)

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

Expand Down
Loading

0 comments on commit f67bd9a

Please sign in to comment.