Skip to content

Commit d5302da

Browse files
committed
Bumped revision
1 parent 8c90902 commit d5302da

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["algo", "cli", "webgraph"]
44

55
[workspace.dependencies]
6-
webgraph = {path="./webgraph", version="0.2.1"}
6+
webgraph = {path="./webgraph", version="0.3.0"}
77
webgraph-algo = {path="./algo", version="0.1.0"}
88
webgraph-cli = {path="./cli", version="0.1.0"}
99

webgraph/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [0.3.0] - 2025-05-23
4+
5+
### Changed
6+
7+
* There is a workspace containing three crates: `webgraph` (basic
8+
infrastructure, `algo` (algorithms), and `cli` (command line
9+
interface).
10+
11+
* Layered Label Propagation has been moved to the `algo` crate.
12+
313
## [0.2.1] - 2025-03-28
414

515
### New

webgraph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webgraph"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "A Rust port of the WebGraph framework (http://webgraph.di.unimi.it/)."
66
repository = "https://github.com/vigna/webgraph-rs/"

0 commit comments

Comments
 (0)