Skip to content

Latest commit

 

History

History
164 lines (114 loc) · 3.03 KB

CHANGELOG.md

File metadata and controls

164 lines (114 loc) · 3.03 KB

Changelog

All notable changes to this project will be documented in this file.

[0.6.0] - 2025-01-29

🚀 Features

  • Add debug command

🐛 Bug Fixes

  • Fix import command

[0.5.0] - 2025-01-16

🚀 Features

  • Rename whoami to info
  • Use url instead of oobis in init command
  • Add invalid signatures state
  • Add identifier export command
  • Add witnesses and watchers to identifier info
  • Remove tel incept command
  • Print export output
  • Add import command
  • Print output of issue
  • Allow to read from stdin for verify cmd
  • Rename expand to inspect
  • Add revoke command

🐛 Bug Fixes

  • Update short options for data issue
  • Fix identifier info command
  • Handle unknown alias in verify
  • Resolve unknown identifier error in issue
  • Allow import to read from stdin
  • Add import/export cmds desc
  • Notify user when verification fails due to no watchers
  • Fix publishing issuance event
  • Unify payload opts across issue, sign and verify
  • Notify missing oobi in verify command
  • Add verify --message description
  • Improve verify --message description
  • Remove init (from/init)seed_file flags
  • Fix finding oobis problem
  • Clear registry id while init
  • Ask for confirmation when alias already exists
  • Verify issued credential

⚙️ Miscellaneous Tasks

  • Fix clippy warnings
  • Update keri dependencies
  • Release 0.5.0 version

Build

  • Update ci.yml
  • Update ci.yml
  • Update ci.yml

[0.4.0] - 2024-11-28

🚀 Features

  • Print help if no commands
  • Add kel find command
  • Add expand command
  • Describe attachments in expand command
  • Customize help output
  • Add init --seed-file option

🐛 Bug Fixes

  • Restrict signing to valid JSON inputs
  • Better errors in issue command
  • Remove whitespaces in expand command
  • Better error from said command
  • Fix parsing seed file

🚜 Refactor

  • Better seed command errors
  • Add identifier command
  • Add log command
  • Add data command
  • Add said command
  • Add key command
  • Add mesagkesto command
  • Add error module
  • Move issue command
  • Remove file option from sad command
  • Rename data issue option

⚙️ Miscellaneous Tasks

  • Improve documentation in the help for init
  • Bump cesrox version
  • Release 0.4.0 version

Ichore

  • Bump cesrox version

[0.3.0] - 2024-11-20

🚀 Features

  • Add list and info commands

🐛 Bug Fixes

  • Rename info to whoami
  • Better error messages
  • Add VerificationStatus enum
  • Remove config flag from init command
  • Return proper exit code from verify

🚜 Refactor

  • Fix clippy warnings
  • Better list command output

⚙️ Miscellaneous Tasks

  • Release 0.3.0 version

[0.2.1] - 2024-11-15

🚀 Features

  • Add verify command

🚜 Refactor

  • Remove unwraps
  • Better error messages
  • Minor changes

⚙️ Miscellaneous Tasks

  • Create README.md
  • Release 0.2.1 version

Reformat

  • Fix clippy warnings and reformat

[0.2.0] - 2024-11-13

🚀 Features

  • Add sources

⚙️ Miscellaneous Tasks

  • Add LICENSE
  • Add release.toml
  • Add CI
  • Release 0.2.0 version