File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,13 +10,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
1010
1111### Changed
1212
13- - All the request now return a reply that contain both the data and the corresponding text fragments
14- - General dependency update
15-
1613### Removed
1714
1815### Fixed
1916
17+ ## [ 0.10.0] - 2025-03-21
18+
19+ ### Changed
20+
21+ - All the request now return a reply that contain both the data and the corresponding text fragments
22+ - General dependency update
23+
2024## [ 0.9.0] - 2024-04-21
2125
2226### Added
Original file line number Diff line number Diff line change 22members = [" ." , " dfhack-proto" , " dfhack-proto-srcs" ]
33
44[workspace .package ]
5- version = " 0.9 .0"
5+ version = " 0.10 .0"
66authors = [" Pierre Lulé <pierre@lule.fr>" ]
77
88[package ]
@@ -23,7 +23,7 @@ byteorder = "1.5.0"
2323num_enum = " 0.7.3"
2424log = " 0.4.26"
2525derive_more = { version = " 2.0" , features = [" display" ] }
26- dfhack-proto = { version = " 0.9 .0" , path = " dfhack-proto" }
26+ dfhack-proto = { version = " 0.10 .0" , path = " dfhack-proto" }
2727thiserror = " 2"
2828
2929
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ protobuf = "=3.7.2"
1818[build-dependencies ]
1919protobuf-codegen = " =3.7.2"
2020protobuf = " =3.7.2"
21- dfhack-proto-srcs = { version = " 0.9 .0" , path = " ../dfhack-proto-srcs" }
21+ dfhack-proto-srcs = { version = " 0.10 .0" , path = " ../dfhack-proto-srcs" }
2222regex = " 1"
2323heck = " 0.5.0"
2424quote = " 1.0.18"
You can’t perform that action at this time.
0 commit comments