Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit 784508c

Browse files
github-actions[bot]PlexSheep
authored andcommitted
chore: release v0.2.2
1 parent cf69a08 commit 784508c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/debugger-bs/coreminer/compare/v0.2.1...v0.2.2)
4+
5+
### 🐛 Bug Fixes
6+
7+
- *(baseui)* Argv[0] was not set properly #36 - ([52403f1](https://github.com/debugger-bs/coreminer/commit/52403f1ec5b3097cd777c7b09c7f5fdb68ed3773))
8+
- *(cmserve)* Feedback example printed a result - ([cf69a08](https://github.com/debugger-bs/coreminer/commit/cf69a08ef4b9c378f40c1e8a244b58ef055b295b))
9+
10+
### 📚 Documentation
11+
12+
- Add section about the examples - ([c9f35a4](https://github.com/debugger-bs/coreminer/commit/c9f35a4e938c0bfed92b4a5460a030e4a92d3ace))
13+
- Fix typo in link of readme - ([d6ff688](https://github.com/debugger-bs/coreminer/commit/d6ff6889ae43ff798c09d76f899c5de132580661))
14+
15+
### ⚙️ Miscellaneous Tasks
16+
17+
- Automatic Rust CI changes - ([cbddcd0](https://github.com/debugger-bs/coreminer/commit/cbddcd01e5fe8d181e1d5d90e14fd2fca54b86dc))
18+
- Add print_args example - ([65403d9](https://github.com/debugger-bs/coreminer/commit/65403d9ff532518e4b882f2fb33ead7787640579))
19+
20+
321
## [0.2.1](https://github.com/debugger-bs/coreminer/compare/v0.2.0...v0.2.1)
422

523
### 🐛 Bug Fixes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "coreminer"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
rust-version = "1.78.0"
55
edition = "2021"
66
publish = true

0 commit comments

Comments
 (0)