Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Difference From ump-ng-server-0.2.1 To ump-ng-server-0.3.0
2024-08-07
| ||
07:55 | Dependency maintenance. Remove net feature from tokio, because the doc bug has been fixed. check-in: a07dbdc902 user: jan tags: trunk | |
2024-03-29
| ||
15:54 | Update to tokio 1.37.0 to no longer require net feature in order to generate documentation. check-in: c33cea29ec user: jan tags: trunk | |
2024-02-20
| ||
16:13 | (Re)release maintenance. check-in: 8ce88d28b5 user: jan tags: trunk, ump-ng-server-0.3.0 | |
11:56 | Happy clippy. check-in: 959380d872 user: jan tags: trunk, ump-ng-server-0.2.1 | |
11:54 | Release maintenance. check-in: 0ebc081337 user: jan tags: trunk | |
Changes to Cargo.toml.
1 2 | [package] name = "ump-ng-server" | | | 1 2 3 4 5 6 7 8 9 10 | [package] name = "ump-ng-server" version = "0.3.0" edition = "2021" license = "0BSD" categories = [ "concurrency", "asynchronous" ] keywords = [ "channel", "threads", "sync", "message-passing" ] repository = "https://repos.qrnch.tech/pub/ump-ng-server" description = "Server message dispatch loop for ump-ng." rust-version = "1.56" |
︙ | ︙ |
Changes to www/changelog.md.
1 2 3 4 | # Change Log ## [Unreleased] | | > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # Change Log ## [Unreleased] [Details](/vdiff?from=ump-ng-server-0.3.0&to=trunk) ### Added ### Changed ### Removed --- ## [0.2.1] - 2024-02-20 [Details](/vdiff?from=ump-ng-server-0.2.1&to=ump-ng-server-0.3.0) Yanked 0.2.1 and rereleased as 0.3.0 due to breaking changes. --- ## [0.2.1] - 2024-02-20 [Details](/vdiff?from=ump-ng-server-0.2.0&to=ump-ng-server-0.2.1) ### Added |
︙ | ︙ |