Skip to content

Commit 18c1233

Browse files
committed
chore: prepare for release
Signed-off-by: Richard Zak <[email protected]>
1 parent c0785ae commit 18c1233

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "malwaredb"
3-
version = "0.0.17-dev" # until Starship learns to read the workspace version
3+
version = "0.0.17" # until Starship learns to read the workspace version
44
# version.workspace = true
55
edition.workspace = true
66
license.workspace = true
@@ -81,7 +81,7 @@ OriginalFilename = "MDB_SERVER.EXE"
8181
LegalCopyright = "Copyright © 2023-2024, MalwareDB Developers"
8282

8383
[workspace.package]
84-
version = "0.0.17-dev"
84+
version = "0.0.17"
8585
edition = "2021"
8686
license = "Apache-2.0"
8787
authors = ["Richard Zak <[email protected]>"]
@@ -92,10 +92,10 @@ categories = ["database", "data-structures", "parsing"]
9292

9393
[workspace.dependencies]
9494
# Internal dependencies
95-
malwaredb-api = { path = "crates/api", version = "0.0.17-dev", default-features = false }
96-
malwaredb-client = { path = "client", version = "0.0.17-dev", default-features = false }
97-
malwaredb-server = { path = "crates/server", version = "0.0.17-dev", default-features = false }
98-
malwaredb-types = { path = "crates/types", version = "0.0.17-dev", default-features = false }
95+
malwaredb-api = { path = "crates/api", version = "0.0.17", default-features = false }
96+
malwaredb-client = { path = "client", version = "0.0.17", default-features = false }
97+
malwaredb-server = { path = "crates/server", version = "0.0.17", default-features = false }
98+
malwaredb-types = { path = "crates/types", version = "0.0.17", default-features = false }
9999

100100
# External dependencies
101101
aes-gcm = { version = "0.10.3", default-features = false }

log.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Unreleased
22

3+
## Version 0.0.17
4+
30 December 2024
5+
6+
### 28 December 2024
7+
* Improved tracing support for parsers.
8+
* Removed some `.unwrap()`s from the PDF parser.
9+
10+
### 22 December 2024
11+
* Updated vt-client, which fixed a file submission bug.
12+
313
### 30 November 2024
414
* Fixed creation of Debian package for the server.
515

0 commit comments

Comments
 (0)