View Source Changelog

1.0.0-alpha.4 (2023-11-29)

⚠ Breaking changes

  • all functions now return their data in a nested tuple

✨ Features

  • add cmd?/2 which returns a success boolean (ef17471)
  • improve pattern matching on return tuples (28639c2)

1.0.0-alpha.3 (2023-11-26)

🛠 Builds

  • update dependency semantic-release-hex to v1.1.1 (322426a)

1.0.0-alpha.2 (2023-11-26)

⚠ Breaking changes

  • removed gpg_home config key in favor of global_keystore
  • cmd/2 now returns command arguments on error

✨ Features

1.0.0-alpha.1 (2023-11-25)

✨ Features

  • add cmd/1 & cmd!/1 to run GPG commands (5a2f129)

⚙️ Continuous Integrations

  • setup dialyzer & test matrix (b5d2705)
  • setup semantic-release & ex_doc (8fcdad2)

♻️ Chores