Skip to content

Commit

Permalink
chore: merge release-v0.2.15 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Sep 6, 2024
2 parents f92bf85 + e20a387 commit abdaffe
Show file tree
Hide file tree
Showing 14 changed files with 250 additions and 218 deletions.
6 changes: 1 addition & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"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
11 changes: 7 additions & 4 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
### 2024-07-26
### 2024-09-06

### Chores
+ .devcontainer updated, [2aa60db77adba5ef71ad144e949468e44f1de3ed]
+ Rust 1.80 linting, [6a9bb6b6284d22eaa83f8db9d503cf4e7d375fc9]
+ dependencies updated, [0347bcc1dac78ec80a473e1912cf0b7e40e4ce6f]
+ Rust 1.81.0 linting, [f61fa2d5791e2bad4752fdcf2be59be218596680]
+ .devcontainer updated, [e28848708c077874f6f9c7b91003eda04760d2c1]
+ dependencies updated, [81b187385240706b6e1fda03ea3d6e307faacebc]

### Features
+ use fs::exists for AppEnv, [b1aa7a7a0a0446d1461b9f10e79cf54885649a89]

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

### Chores
+ Rust 1.81.0 linting,[f61fa2d5](https://github.com/mrjackwills/leafcast_pi/commit/f61fa2d5791e2bad4752fdcf2be59be218596680)
+ .devcontainer updated,[e2884870](https://github.com/mrjackwills/leafcast_pi/commit/e28848708c077874f6f9c7b91003eda04760d2c1)
+ dependencies updated,[81b18738](https://github.com/mrjackwills/leafcast_pi/commit/81b187385240706b6e1fda03ea3d6e307faacebc)

### Features
+ use fs::exists for AppEnv,[b1aa7a7a](https://github.com/mrjackwills/leafcast_pi/commit/b1aa7a7a0a0446d1461b9f10e79cf54885649a89)

# <a href='https://github.com/mrjackwills/leafcast_pi/releases/tag/v0.2.14'>v0.2.14</a>
### 2024-07-26

Expand Down
Loading

0 comments on commit abdaffe

Please sign in to comment.