File tree Expand file tree Collapse file tree 9 files changed +32
-6
lines changed Expand file tree Collapse file tree 9 files changed +32
-6
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ resolver = "3"
4
4
5
5
[workspace .dependencies ]
6
6
# internal deps
7
- rudy-db = { version = " 0.0.7 " , path = " rudy-db" }
8
- rudy-dwarf = { version = " 0.3.1 " , path = " crates/rudy-dwarf" }
7
+ rudy-db = { version = " 0.0.8 " , path = " rudy-db" }
8
+ rudy-dwarf = { version = " 0.4.0 " , path = " crates/rudy-dwarf" }
9
9
rudy-types = { version = " 0.4" , path = " crates/rudy-types" }
10
10
rudy-parser = { version = " 0.4" , path = " crates/rudy-parser" }
11
11
rudy-test-examples = { path = " crates/rudy-test-examples" }
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.4.0] ( https://github.com/samscott89/rudy/compare/rudy-dwarf-v0.3.1...rudy-dwarf-v0.4.0 ) - 2025-07-08
11
+
12
+ ### Other
13
+
14
+ - Make all type resolution shallow ([ #31 ] ( https://github.com/samscott89/rudy/pull/31 ) )
15
+ - Add a shiny new benchmark + tutorial ([ #32 ] ( https://github.com/samscott89/rudy/pull/32 ) )
16
+
10
17
## [ 0.3.1] ( https://github.com/samscott89/rudy/compare/rudy-dwarf-v0.3.0...rudy-dwarf-v0.3.1 ) - 2025-07-07
11
18
12
19
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rudy-dwarf"
3
- version = " 0.3.1 "
3
+ version = " 0.4.0 "
4
4
edition = " 2021"
5
5
description = " DWARF debug information parsing and querying for Rust debugging tools"
6
6
license = " MIT"
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.4.2] ( https://github.com/samscott89/rudy/compare/rudy-types-v0.4.1...rudy-types-v0.4.2 ) - 2025-07-08
11
+
12
+ ### Other
13
+
14
+ - update Cargo.toml dependencies
15
+
10
16
## [ 0.4.1] ( https://github.com/samscott89/rudy/compare/rudy-types-v0.4.0...rudy-types-v0.4.1 ) - 2025-07-07
11
17
12
18
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rudy-types"
3
- version = " 0.4.1 "
3
+ version = " 0.4.2 "
4
4
edition = " 2024"
5
5
description = " Type layouts of common Rust types for Rudy"
6
6
license = " MIT"
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.0.8] ( https://github.com/samscott89/rudy/compare/rudy-db-v0.0.7...rudy-db-v0.0.8 ) - 2025-07-08
11
+
12
+ ### Other
13
+
14
+ - Make all type resolution shallow ([ #31 ] ( https://github.com/samscott89/rudy/pull/31 ) )
15
+ - Add a shiny new benchmark + tutorial ([ #32 ] ( https://github.com/samscott89/rudy/pull/32 ) )
16
+
10
17
## [ 0.0.7] ( https://github.com/samscott89/rudy/compare/rudy-db-v0.0.6...rudy-db-v0.0.7 ) - 2025-07-07
11
18
12
19
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rudy-db"
3
- version = " 0.0.7 "
3
+ version = " 0.0.8 "
4
4
edition = " 2024"
5
5
authors = [" Sam Scott" ]
6
6
description = " A user-friendly library for interacting with debugging information of Rust compiled artifacts using DWARF"
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.7] ( https://github.com/samscott89/rudy/compare/rudy-lldb-v0.1.6...rudy-lldb-v0.1.7 ) - 2025-07-08
11
+
12
+ ### Other
13
+
14
+ - Add a shiny new benchmark + tutorial ([ #32 ] ( https://github.com/samscott89/rudy/pull/32 ) )
15
+
10
16
## [ 0.1.6] ( https://github.com/samscott89/rudy/compare/rudy-lldb-v0.1.5...rudy-lldb-v0.1.6 ) - 2025-07-07
11
17
12
18
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rudy-lldb"
3
- version = " 0.1.6 "
3
+ version = " 0.1.7 "
4
4
edition = " 2024"
5
5
default-run = " rudy-lldb-server"
6
6
description = " Rudy LLDB server for debugging Rust programs"
You can’t perform that action at this time.
0 commit comments