Skip to content

Commit abdaffe

Browse files
committed
chore: merge release-v0.2.15 into main
2 parents f92bf85 + e20a387 commit abdaffe

File tree

14 files changed

+250
-218
lines changed

14 files changed

+250
-218
lines changed

.devcontainer/devcontainer.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,7 @@
5353
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
5454
"remoteUser": "vscode",
5555
"features": {
56-
"ghcr.io/devcontainers/features/docker-in-docker:2": {
57-
"version": "latest",
58-
"moby": true,
59-
"dockerDashComposeVersion":"v2"
60-
},
56+
"ghcr.io/devcontainers/features/docker-in-docker:2":{},
6157
"ghcr.io/devcontainers/features/git:1": {
6258
"version":"os-provided"
6359
}

.github/release-body.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
### 2024-07-26
1+
### 2024-09-06
22

33
### Chores
4-
+ .devcontainer updated, [2aa60db77adba5ef71ad144e949468e44f1de3ed]
5-
+ Rust 1.80 linting, [6a9bb6b6284d22eaa83f8db9d503cf4e7d375fc9]
6-
+ dependencies updated, [0347bcc1dac78ec80a473e1912cf0b7e40e4ce6f]
4+
+ Rust 1.81.0 linting, [f61fa2d5791e2bad4752fdcf2be59be218596680]
5+
+ .devcontainer updated, [e28848708c077874f6f9c7b91003eda04760d2c1]
6+
+ dependencies updated, [81b187385240706b6e1fda03ea3d6e307faacebc]
7+
8+
### Features
9+
+ use fs::exists for AppEnv, [b1aa7a7a0a0446d1461b9f10e79cf54885649a89]
710

811
see <a href='https://github.com/mrjackwills/leafcast_pi/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# <a href='https://github.com/mrjackwills/leafcast_pi/releases/tag/v0.2.15'>v0.2.15</a>
2+
### 2024-09-06
3+
4+
### Chores
5+
+ Rust 1.81.0 linting,[f61fa2d5](https://github.com/mrjackwills/leafcast_pi/commit/f61fa2d5791e2bad4752fdcf2be59be218596680)
6+
+ .devcontainer updated,[e2884870](https://github.com/mrjackwills/leafcast_pi/commit/e28848708c077874f6f9c7b91003eda04760d2c1)
7+
+ dependencies updated,[81b18738](https://github.com/mrjackwills/leafcast_pi/commit/81b187385240706b6e1fda03ea3d6e307faacebc)
8+
9+
### Features
10+
+ use fs::exists for AppEnv,[b1aa7a7a](https://github.com/mrjackwills/leafcast_pi/commit/b1aa7a7a0a0446d1461b9f10e79cf54885649a89)
11+
112
# <a href='https://github.com/mrjackwills/leafcast_pi/releases/tag/v0.2.14'>v0.2.14</a>
213
### 2024-07-26
314

0 commit comments

Comments
 (0)