Skip to content

Commit b0c75e4

Browse files
committed
chore: merge main into dev
2 parents 644b7a2 + abdaffe commit b0c75e4

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

.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

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
# <a href='https://github.com/mrjackwills/leafcast_pi/releases/tag/v0.2.15'>v0.2.15</a>
2+
### 2024-09-06
3+
14
### Chores
2-
+ Rust 1.81.0 linting, [f61fa2d5791e2bad4752fdcf2be59be218596680]
3-
+ .devcontainer updated, [e28848708c077874f6f9c7b91003eda04760d2c1]
4-
+ dependencies updated, [81b187385240706b6e1fda03ea3d6e307faacebc]
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)
58

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

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

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leafcast"
3-
version = "0.2.14"
3+
version = "0.2.15"
44
edition = "2021"
55
authors = ["Jack Wills <[email protected]>"]
66
description = "leafcast pi client"

0 commit comments

Comments
 (0)