Skip to content

Commit

Permalink
chore: merge release-v0.2.10 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Apr 1, 2024
2 parents 128cb8f + e00b440 commit 6295489
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 14 deletions.
10 changes: 1 addition & 9 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
### 2024-04-01

### Chores
+ .devcontainer updated, [83eafa5cc65e5d5edc3da652530157f4906ff65e], [c8f08455480e75a2a38ae188c0a883ec3d027496]
+ dependencies updated, [35b5a9f105973e76e875c0ec69888ab820da0353], [1b73cca376e3729cfda11ad7657a1d27125a1b93], [c22dda47d9c7b28ec184b0638e14e4a254bc7814], [e0ebe1efea9010fd9db078f843d4542632685d55]
+ github workflow updated, [c4c6cb86806c6ace38380657a0144f6bf75edc1b]

### Fixes
+ line ending, [4cc276724964688847a3ac9cb5856a02b8b5f893], [5d57a448a3fddf40f737101f6ee8efb8c36b6d7d]

### Refactors
+ allow cognitive_complexity, [88d616247f9024526630ad24e77f9c109d4b09f3]
+ GitHub workflow compress, [704b084e4c67f0236708003258d23e06b411b464]

see <a href='https://github.com/mrjackwills/leafcast_pi/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:
run: cross build --target ${{ matrix.target }} --release

# Compress the output
- name: compress linux
if: matrix.target != 'x86_64-pc-windows-gnu'
- name: compress
run: |
tar -C "target/${{ matrix.target }}/release" -czf "./oxker_${{ matrix.output_name }}" oxker
tar -C "target/${{ matrix.target }}/release" -czf "./leafcast_${{ matrix.output_name }}" leafcast
# Upload output for release page
- name: Upload Artifacts
Expand Down
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/leafcast_pi/releases/tag/v0.2.10'>v0.2.10</a>
### 2024-04-01

### Chores
+ GitHub workflow compress,[704b084e](https://github.com/mrjackwills/leafcast_pi/commit/704b084e4c67f0236708003258d23e06b411b464)

# <a href='https://github.com/mrjackwills/leafcast_pi/releases/tag/v0.2.9'>v0.2.9</a>
### 2024-04-01

Expand Down
2 changes: 1 addition & 1 deletion 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 = "leafcast"
version = "0.2.9"
version = "0.2.10"
edition = "2021"
authors = ["Jack Wills <[email protected]>"]
description = "leafcast pi client"
Expand Down

0 comments on commit 6295489

Please sign in to comment.