This repo uses Architecture Decision Record in the adr folder.
There's no GitHub action to automatically publish the package for now. Publishing task can also be done locally.
To update the crate in the crate.io, use cargo workspaces subcommand.
Steps to publish new package:
$ cargo workspaces publish --publish-as-isIt will ask whether should bump the vesions of the packages or not. To update version separately:
$ cargo workspaces version