Skip to content

Commit

Permalink
chore: prepare for release
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zak <[email protected]>
  • Loading branch information
rjzak committed Dec 31, 2024
1 parent c0785ae commit 18c1233
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "malwaredb"
version = "0.0.17-dev" # until Starship learns to read the workspace version
version = "0.0.17" # until Starship learns to read the workspace version
# version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down Expand Up @@ -81,7 +81,7 @@ OriginalFilename = "MDB_SERVER.EXE"
LegalCopyright = "Copyright © 2023-2024, MalwareDB Developers"

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

[workspace.dependencies]
# Internal dependencies
malwaredb-api = { path = "crates/api", version = "0.0.17-dev", default-features = false }
malwaredb-client = { path = "client", version = "0.0.17-dev", default-features = false }
malwaredb-server = { path = "crates/server", version = "0.0.17-dev", default-features = false }
malwaredb-types = { path = "crates/types", version = "0.0.17-dev", default-features = false }
malwaredb-api = { path = "crates/api", version = "0.0.17", default-features = false }
malwaredb-client = { path = "client", version = "0.0.17", default-features = false }
malwaredb-server = { path = "crates/server", version = "0.0.17", default-features = false }
malwaredb-types = { path = "crates/types", version = "0.0.17", default-features = false }

# External dependencies
aes-gcm = { version = "0.10.3", default-features = false }
Expand Down
10 changes: 10 additions & 0 deletions log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Unreleased

## Version 0.0.17
30 December 2024

### 28 December 2024
* Improved tracing support for parsers.
* Removed some `.unwrap()`s from the PDF parser.

### 22 December 2024
* Updated vt-client, which fixed a file submission bug.

### 30 November 2024
* Fixed creation of Debian package for the server.

Expand Down

0 comments on commit 18c1233

Please sign in to comment.