Skip to content

v1.0.0

Latest

Choose a tag to compare

@floriancrusius floriancrusius released this 15 Dec 16:57

What's Changed

Added

  • Automated CI/CD workflow with GitHub Actions
  • Continuous Integration testing across Ruby 3.2, 3.3, 3.4
  • Automated releases using Trusted Publishing (no API keys needed)
  • Version bump script (`scripts/bump_version.rb`)
  • Comprehensive deployment documentation
  • Rake tasks for version bumping
  • Explicit securerandom dependency for Ruby 3.2 compatibility

Changed

  • BREAKING: Renamed gem from `microsoft-graph-mailer` to `ms-graph-mailer`
  • BREAKING: Changed module namespace from `MicrosoftGraphMailer` to `MsGraphMailer`
  • BREAKING: Changed require path from `require 'microsoft_graph_mailer'` to `require 'ms/graph/mailer'`

Full Changelog: v0.1.0...v1.0.0