Skip to content

Commit 64ccaa3

Browse files
committed
v0.10.0
1 parent 676d136 commit 64ccaa3

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
members = [".", "dfhack-proto", "dfhack-proto-srcs"]
33

44
[workspace.package]
5-
version = "0.9.0"
5+
version = "0.10.0"
66
authors = ["Pierre Lulé <pierre@lule.fr>"]
77

88
[package]
@@ -23,7 +23,7 @@ byteorder = "1.5.0"
2323
num_enum = "0.7.3"
2424
log = "0.4.26"
2525
derive_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" }
2727
thiserror = "2"
2828

2929

dfhack-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ protobuf = "=3.7.2"
1818
[build-dependencies]
1919
protobuf-codegen = "=3.7.2"
2020
protobuf = "=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" }
2222
regex = "1"
2323
heck = "0.5.0"
2424
quote = "1.0.18"

0 commit comments

Comments
 (0)