Skip to content

Commit 31bdcf5

Browse files
committed
release: 0.2.4
1 parent ff40ade commit 31bdcf5

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ All notable changes to this project will be documented in this file.
1616

1717
---
1818

19+
# [0.2.4] Oct 20 2024
20+
21+
### Added
22+
23+
- debugger: added support for rustc 1.82
24+
- debugger: fix flaky ordering in `sharedlib info` command
25+
26+
---
27+
1928
# [0.2.3] Sep 8 2024
2029

2130
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bugstalker"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2021"
55
license = "MIT"
66
authors = ["Derevtsov Konstantin <[email protected]>"]

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
- 1.79
4141
- 1.80
4242
- 1.81
43+
- 1.82
4344

4445
---
4546

0 commit comments

Comments
 (0)