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

Commit 0d8a17d

Browse files
github-actions[bot]PlexSheep
authored andcommitted
chore: release v0.2.3
1 parent a32ac8d commit 0d8a17d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.2.3](https://github.com/debugger-bs/coreminer/compare/v0.2.2...v0.2.3)
4+
5+
### ⛰️ Features
6+
7+
- *(cmserve)* Print a feedback::Error on bad input #38 - ([83c11c7](https://github.com/debugger-bs/coreminer/commit/83c11c76216f487faba033db3cd006ffcd773c24))
8+
- Log to stderr by default #38 - ([4b1b36d](https://github.com/debugger-bs/coreminer/commit/4b1b36d69d2942745ade269d5101f56ca0eca264))
9+
10+
### 🐛 Bug Fixes
11+
12+
- *(baseui)* Argv was set wrong with arguments #39 - ([a32ac8d](https://github.com/debugger-bs/coreminer/commit/a32ac8d59e10405470463b6cc60f20757864af1e))
13+
14+
315
## [0.2.2](https://github.com/debugger-bs/coreminer/compare/v0.2.1...v0.2.2)
416

517
### 🐛 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.2"
3+
version = "0.2.3"
44
rust-version = "1.78.0"
55
edition = "2021"
66
publish = true

0 commit comments

Comments
 (0)