Index: Cargo.toml ================================================================== --- Cargo.toml +++ Cargo.toml @@ -1,8 +1,8 @@ [package] name = "lstnconn" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "0BSD" # https://crates.io/category_slugs categories = [ "network-programming", "asynchronous" ] keywords = [ "network", "server", "listen", "protwrap" ] Index: README.md ================================================================== --- README.md +++ README.md @@ -1,16 +1,4 @@ # lstnconn Abstraction around network listeners that spawn connections. - -## Change log - -The details of changes can always be found in the timeline, but for a -high-level view of changes between released versions there's a manually -maintained [Change Log](./changelog.md). - - -## Project Status - -Earily prototyping stages. - Index: www/changelog.md ================================================================== --- www/changelog.md +++ www/changelog.md @@ -1,18 +1,28 @@ # Change Log ## [Unreleased] -[Details](/vdiff?from=lstnconn-0.1.0&to=trunk) +[Details](/vdiff?from=lstnconn-0.1.1&to=trunk) ### Added ### Changed ### Removed --- -## [0.1.0] - 2024-05-31 +## [0.1.1] - 2024-05-31 + +[Details](/vdiff?from=lstnconn-0.1.0&to=lstnconn-0.1.1) + +### Changed + +- Fixed readme. + +--- + +## [0.1.0] (yanked) - 2024-05-31 Initial release.