Skip to content

Releases: patsoffice/aliasman

v2.0.2

19 Mar 04:59
531a62a

Choose a tag to compare

feat: Add ALIASMAN_CONFIG_DIR env var for config directory

- Enable clap "env" feature in both CLI and web crates
- Support ALIASMAN_CONFIG_DIR to override --config-dir default
- Set config directory to /config in Dockerfile

v2.0.1

15 Mar 20:47
93210f8

Choose a tag to compare

fix: Use latest stable Rust image in Dockerfile

- Change rust:1.87-bookworm to rust:1-bookworm to avoid MSRV conflicts

v2.0.0

15 Mar 20:42
2dced25

Choose a tag to compare

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

04 May 16:01

Choose a tag to compare

- 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

03 May 01:34

Choose a tag to compare

- 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

06 Apr 02:48

Choose a tag to compare

- 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

01 Apr 12:31

Choose a tag to compare

Don't have travis-ci clean-up build artifacts