Skip to content

CargoCrypt v0.1.1 - Documentation Fix

Choose a tag to compare

@marcuspat marcuspat released this 11 Jul 20:03
· 103 commits to main since this release

CargoCrypt v0.1.1 - Critical Documentation Fix

🐛 Bug Fixes

  • Fixed command syntax in documentation: Corrected all instances of cargo crypt to cargocrypt in crate README
  • Updated installation instructions: Ensured users see the correct command syntax when installing from crates.io

📚 Documentation

  • Fixed critical user-facing documentation error that would cause confusion for new users
  • All examples now show the correct cargocrypt command syntax

🚀 Installation

cargo install cargocrypt

🧪 Quick Test

cargocrypt init
echo "test data" > test.txt
cargocrypt encrypt test.txt
cargocrypt decrypt test.txt.enc

This release ensures users who install from crates.io see the correct command syntax in the README documentation.

🤖 Generated with Claude Code