Skip to content

Commit 0dc911e

Browse files
committed
chore: version bump
Signed-off-by: Richard Zak <[email protected]>
1 parent 3d942bc commit 0dc911e

File tree

4 files changed

+23
-11
lines changed

4 files changed

+23
-11
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ OriginalFilename = "MDB_SERVER.EXE"
8383
LegalCopyright = "Copyright © 2023-2025, MalwareDB Developers"
8484

8585
[workspace.package]
86-
version = "0.2.0"
86+
version = "0.2.1-dev"
8787
edition = "2021"
8888
license = "Apache-2.0"
8989
authors = ["Richard Zak <[email protected]>"]
@@ -95,10 +95,10 @@ rust-version = "1.85.0"
9595

9696
[workspace.dependencies]
9797
# Internal dependencies
98-
malwaredb-api = { path = "crates/api", version = "0.2.0", default-features = false }
99-
malwaredb-client = { path = "client", version = "0.2.0", default-features = false }
100-
malwaredb-server = { path = "crates/server", version = "0.2.0", default-features = false }
101-
malwaredb-types = { path = "crates/types", version = "0.2.0", default-features = false }
98+
malwaredb-api = { path = "crates/api", version = "0.2.1-dev", default-features = false }
99+
malwaredb-client = { path = "client", version = "0.2.1-dev", default-features = false }
100+
malwaredb-server = { path = "crates/server", version = "0.2.1-dev", default-features = false }
101+
malwaredb-types = { path = "crates/types", version = "0.2.1-dev", default-features = false }
102102

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

client/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
malwaredb-client (0.2.1-1) unreleased; urgency=low
2+
3+
* Nothing yet
4+
5+
-- Richard Zak <[email protected]> Thu, 30 Oct 2025 23:28:00 -0400
6+
17
malwaredb-client (0.2.0-1) unstable; urgency=low
28

39
* Search may include file type, libmagic output, and/or list of labels.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
malwaredb (0.2.1-1) unreleased; urgency=low
2+
3+
* Nothing yet
4+
5+
-- Richard Zak <[email protected]> Thu, 30 Oct 2025 23:28:00 -0400
6+
17
malwaredb (0.2.0-1) unstable; urgency=low
28

39
* Search may include file type, libmagic output, and/or list of labels.

0 commit comments

Comments
 (0)