Releases: patsoffice/aliasman
Releases · patsoffice/aliasman
v2.0.2
v2.0.1
fix: Use latest stable Rust image in Dockerfile - Change rust:1.87-bookworm to rust:1-bookworm to avoid MSRV conflicts
v2.0.0
fix: Apply cargo fmt and update CI for Node.js deprecation - Run cargo fmt to fix formatting across cli, core, and web crates - Update actions/checkout from v4 to v5 to resolve Node.js 20 deprecation - Update CI workflow trigger from master to main
v1.0.1: Fixed unit tests, update travis-ci flow, README
- Fixed unit test import - Updated travis-ci to use coveralls for coverage reporting - Updated README with build/coverage badges and describing the files storage provider
v1.0.0: Use Go toolbox, updated docs
- Make use of common code moved to the toolbox package - Updated installation instructions and fixed the root help output
v1.0.0-beta.2: Add cmd sync-from-email and update-description
- Added command to update a storage provider's description - Added command to sync from an email provider to the storage provider - Added storage provider method an update method - Updated docs
v1.0.0-beta.1
Don't have travis-ci clean-up build artifacts