Skip to content

Commit

Permalink
chore(release): release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QaidVoid committed Oct 11, 2024
1 parent 7f7339a commit 5831e60
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@

## [0.2.0](https://github.com/QaidVoid/soar/compare/v0.1.0..v0.2.0) - 2024-10-11

### ⛰️ Features

- *(download)* Introduce ability to download arbitrary files - ([7f7339a](https://github.com/QaidVoid/soar/commit/7f7339ab6d3d8a5aba7f8ba44997589ffd50fc94))
- *(run)* Run remote binary without metadata - ([695e0da](https://github.com/QaidVoid/soar/commit/695e0dac7e696f759722f2e3d173365446ab6a32))

### 🐛 Bug Fixes

- *(inspect)* Show error if log can't be fetched, and warn if log too large - ([82785fb](https://github.com/QaidVoid/soar/commit/82785fb5206c9491143544e76caa44e31c7c9122))
- *(run)* Fix run command - ([c2409fe](https://github.com/QaidVoid/soar/commit/c2409fe5136bd65079e45b1e0b5c47c921b44f94))

### 🚜 Refactor

- *(output)* Update command outputs - ([0967773](https://github.com/QaidVoid/soar/commit/09677738ff6ad1b6d7a10359dd2a4650e1b474a2))


## [0.1.0] - 2024-10-10

### ⛰️ Features
Expand Down Expand Up @@ -36,10 +53,6 @@

- *(README)* Add readme - ([9531d23](https://github.com/QaidVoid/soar/commit/9531d23049553fc9b04befe9ad939fd17a3ac02c))
- *(hooks)* Add cliff & git commit hooks - ([6757cf7](https://github.com/QaidVoid/soar/commit/6757cf75aa08e7b966503a142bbc4f1a44634902))
- *(workflow)* Add github release workflow - ([7a37b12](https://github.com/QaidVoid/soar/commit/7a37b12c3d54e94231e7b0e1dfd45e8aa9cd1bbd))

## New Contributors ❤️

* @QaidVoid made their first contribution

<!-- generated by git-cliff -->
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 = "soar"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[profile.release]
Expand Down

0 comments on commit 5831e60

Please sign in to comment.