Skip to content

Commit 6a438c3

Browse files
committed
release: 0.2.2
1 parent aa46c64 commit 6a438c3

File tree

5 files changed

+1857
-2
lines changed

5 files changed

+1857
-2
lines changed

CHANGELOG.md

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

1717
---
1818

19+
# [0.2.2] Jul 27 2024
20+
21+
### Added
22+
23+
- debugger: added support for rustc 1.80
24+
25+
---
26+
1927
# [0.2.1] Jun 15 2024
2028

2129
### 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.1"
3+
version = "0.2.2"
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
@@ -38,6 +38,7 @@
3838
- 1.77
3939
- 1.78
4040
- 1.79
41+
- 1.80
4142

4243
---
4344

0 commit comments

Comments
 (0)