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

Commit 01d92a6

Browse files
github-actions[bot]cscherrNT
authored andcommitted
chore: release v0.5.1
1 parent 4d51476 commit 01d92a6

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## [0.5.1](https://github.com/TalpaLabs/coreminer/compare/v0.5.0...v0.5.1)
4+
5+
### 🐛 Bug Fixes
6+
7+
- *(plugin)* Check the last address for a breakpoint in sigtrap guard #60 - ([5e03bec](https://github.com/TalpaLabs/coreminer/commit/5e03bec5aa1243b6b41d54b5d6e5131cb465f071))
8+
- Remove unnecessary error logs - ([b361e40](https://github.com/TalpaLabs/coreminer/commit/b361e40f992a12a5272313a2e8a47a9f385d1a7a))
9+
- Continue did not use go_back_step_over_bp - ([eea5b5e](https://github.com/TalpaLabs/coreminer/commit/eea5b5ec81867bf9f2b7d893219379a922589167))
10+
11+
### 📚 Documentation
12+
13+
- Add pkg-config to install instructions #58 - ([903034b](https://github.com/TalpaLabs/coreminer/commit/903034b20c6055ca308de7d978d13106048173ae))
14+
15+
### ⚙️ Miscellaneous Tasks
16+
17+
- Automatic Rust CI changes - ([4d51476](https://github.com/TalpaLabs/coreminer/commit/4d51476498d8ada01977075c74a3f207423d19c0))
18+
19+
320
## [0.5.0](https://github.com/TalpaLabs/coreminer/compare/v0.4.0...v0.5.0)
421

522
### ⛰️ Features

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

0 commit comments

Comments
 (0)