-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Release v0.44.1 #2848
chore: Release v0.44.1 #2848
Conversation
Reviewer's Guide by SourceryThis pull request prepares the Meltano SDK for the v0.44.1 release. It updates the version number in multiple files, including the changelog, cookiecutter templates, issue template, documentation configuration, and the pyproject.toml file. Flow diagram of version update changesgraph TD
A[Version Update v0.44.1] --> B[CHANGELOG.md]
A --> C[Cookiecutter Templates]
C --> D[tap-template]
C --> E[mapper-template]
C --> F[target-template]
A --> G[Issue Template]
A --> H[Documentation Config]
A --> I[pyproject.toml]
B --> J[Added bug fixes:
- Avoid write empty state
- Use SQLAlchemy for insert]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @MeltyBot - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟡 General issues: 1 issue found
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
CodSpeed Performance ReportMerging #2848 will not alter performanceComparing Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2848 +/- ##
=======================================
Coverage 91.33% 91.33%
=======================================
Files 62 62
Lines 5206 5206
Branches 672 672
=======================================
Hits 4755 4755
Misses 319 319
Partials 132 132 ☔ View full report in Codecov by Sentry. |
79d36c6
to
f21ebb2
Compare
Prepare MeltanoSDK
v0.44.1
for release.Checklist:
Release Draft