nrot 2.0.0

simple letter substitution cipher
Documentation
1
2
3
4
5
6
7
8
9
10
11
## Release Checklist

- Run the lint check: `make check`.
- Run the release task: `make release version=v<mayor.minor.path>`. Such `make release version=v0.1.7`.
- Push the release commit.
- Check if [Continuous Integration]https://github.com/azzamsa/nrot/actions/workflows/ci.yml workflow is completed successfully.
- Push the release tags.
- Wait for [Continuous Deployment]https://github.com/azzamsa/nrot/actions/workflows/cd.yml workflow to finish.
- Create a new GitHub release with the created tag above, and copy the release news from the CHANGELOG.md.
 Document Title