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

Commit 92ae404

Browse files
github-actions[bot]PlexSheep
authored andcommitted
chore: release v0.2.1
1 parent 8a3af52 commit 92ae404

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## [0.2.1](https://github.com/debugger-bs/coreminer/compare/v0.2.0...v0.2.1)
4+
5+
### 🐛 Bug Fixes
6+
7+
- *(cmserve)* Allow to use both example flags at once - ([48f6c05](https://github.com/debugger-bs/coreminer/commit/48f6c05badf103dd11e554139acc1360deb26560))
8+
- Dont panic when dropping the breakpoint fails - ([ace3417](https://github.com/debugger-bs/coreminer/commit/ace34172f3dcdf3ed2c574a9ba26866a5e0586c7))
9+
10+
### 📚 Documentation
11+
12+
- Add section about cmserve to the readme - ([8a3af52](https://github.com/debugger-bs/coreminer/commit/8a3af5204a07238687f3e6c6246084370defddaf))
13+
14+
### ⚙️ Miscellaneous Tasks
15+
16+
- Update dummy compile scripts - ([185fb75](https://github.com/debugger-bs/coreminer/commit/185fb7584340aa48da2596fa6c99f905491508f5))
17+
- Add how_many_fds.c example - ([f5c8beb](https://github.com/debugger-bs/coreminer/commit/f5c8bebb328d22f96c356982f6e50f425b883593))
18+
- Remove the weird unreleased section from changelog - ([b452be1](https://github.com/debugger-bs/coreminer/commit/b452be1e8d90b940d0e5a63e01c4c0718ce74e2d))
19+
- Run cargo ci on master but dont commit back - ([8a40169](https://github.com/debugger-bs/coreminer/commit/8a40169ae6a073297582410b44052a65656a3332))
20+
21+
322
## [Unreleased]
423

524
## [0.2.0](https://github.com/debugger-bs/coreminer/compare/v0.1.1...v0.2.0)

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.0"
3+
version = "0.2.1"
44
rust-version = "1.78.0"
55
edition = "2021"
66
publish = true

0 commit comments

Comments
 (0)