Skip to content

Release 1.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 22:07
6a2f9a8

1.1.0 (2025-06-17)

🪲 Bug Fixes

  • notification: must wait all notifications before exit (15fa16c)
  • notification: was using only one provider (08044a2)
  • move runtime from config to commands (620066c)
  • mail: fix default email values for name, smtp.port, smtp.username, smtp.tls (3251502)

✨ Features

  • add support to env configuration for notification (881fa92)
  • mail: send mail notification after print (c081eb8)
  • mail: update function signatures (0f313ee)
  • mail: add yaml trait for email configuration (b9b7ff8)
  • mail: add mailing configuration (331e489)
  • movre from openssl to rustls (ae18de9)

🔧 Build

📝 Documentation

  • add libc message in README (c9019da)
  • add docs for email and env configuration (419ee20)