Release version 2.4.0 - #65
Conversation
WalkthroughThe changes update the project version to 2.4.0 in both the changelog and the version file. The changelog documents new APIs (Email Templates, Contacts, Contact Fields, Contact Lists, Batch Sending) and notes the deprecation of a class in favor of a new method. No code changes beyond version bumping are present. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. ✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
CHANGELOG.md (1)
1-9: Minor wording consistency nit
Previous entries use American English (“favor” is more common in the codebase), while the new line uses “favour”. Aligning the spelling keeps the changelog stylistically uniform.- - Deprecate `Mailtrap::Mail::FromTemplate` in favour of `Mailtrap::Mail.from_template` + - Deprecate `Mailtrap::Mail::FromTemplate` in favor of `Mailtrap::Mail.from_template`
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
Gemfile.lockis excluded by!**/*.lock
📒 Files selected for processing (2)
CHANGELOG.md(1 hunks)lib/mailtrap/version.rb(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Analyze (ruby)
🔇 Additional comments (1)
lib/mailtrap/version.rb (1)
3-5: Version constant correctly bumped to 2.4.0
No further action needed.
Motivation
Release version 2.4.0
Changes
How to test
Images and GIFs
N/A
Summary by CodeRabbit
New Features
Deprecations
Mailtrap::Mail::FromTemplateclass is now deprecated in favor of the newMailtrap::Mail.from_templatemethod.Chores