Update dry-core 1.0.0 → 1.0.1 (patch) #121
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ dry-core (1.0.0 → 1.0.1) · Repo · Changelog
Release Notes
1.0.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 37 commits:
Bump version to 1.0.1
[devtools] sync
Prepare changelog entry for v1.0.1
Fix Dry::Core::Equalizer() usage (#79)
Update Gemfile.devtools
Add equalizer to doc sections
Update .github/workflows/ci.yml
Update .github/workflows/sync_configs.yml
Update .github/workflows/docsite.yml
Update .github/workflows/ci.yml
Update Gemfile.devtools
Update .github/workflows/ci.yml
Update LICENSE
Update .github/workflows/rubocop.yml from repobot-app/workflows
Update .repobot.yml from dry-rb/template-gem
Add .repobot.yml
Update .github/workflows/docsite.yml from dry-rb/template-gem
Update .github/workflows/docsite.yml from dry-rb/template-gem
Update dry-core.gemspec from dry-rb/template-gem
Update README.md from dry-rb/template-gem
Update .rubocop.yml from dry-rb/template-gem
Update .github/workflows/docsite.yml from dry-rb/template-gem
Update .github/workflows/ci.yml from dry-rb/template-gem
Remove CODEOWNERS
Update .action_hero.yml from dry-rb/template-gem
Update Gemfile.devtools from dry-rb/template-gem
Update Gemfile.devtools from dry-rb/template-gem
Remove pry and pry-byebug from Gemfile
Update sync_configs.yml
Update .github/workflows/sync_configs.yml from dry-rb/template-gem
Update .github/workflows/ci.yml from dry-rb/template-gem
Update CODE_OF_CONDUCT.md from dry-rb/template-gem
Update CODE_OF_CONDUCT.md from dry-rb/template-gem
Update README.md from dry-rb/template-gem
Update README.md from dry-rb/template-gem
Update Gemfile.devtools from dry-rb/template-gem
Update Gemfile.devtools from dry-rb/template-gem
Release Notes
2.6.11 (from changelog)
2.6.10 (from changelog)
2.6.9 (from changelog)
2.6.8 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 45 commits:
Ready for 2.6.11
Let on_dir_autoloaded be reentrant
Update code comment
Ready for 2.6.10
Rename cpath_expected_at tests
Centralize and improve camelize validations
Relax wording in CHANGELOG
Fixes typo
Ready for version 2.6.9
CHANGELOG.md edits
Rename expected_cpath_at to cpath_expected_at
Update CHANGELOG.md
Let expected_cpath_at validate cnames itself
Let expected_cpath_at raise Zeitwerk::NameError on invalid cnames
Rename `cpath_at` to `expected_cpath_at`
Add test coverage for an edge case in load_file
Improve load_file error handling for hidden arguments
Link to a section in cpath_at docs
Let eager_load_dir do nothing if given a hidden directory
Define Zeitwerk::Loader#cpath_at
Document methods with leading underscores are not public
Add .github/FUNDING.yml
Minor edits to the debuggers section of the README
Merge pull request #268 from andmcadams/clarify-debugger-compat
Clarify debug.rb compatibility
Improves the documentation of the default inflector
Merge pull request #266 from exoego/patch-1
Remove unrechable code
README edits by GPT-4
Merge pull request #265 from henrik/patch-1
README: Copy fix
Fix URL for CI badge in README
Ready for 2.6.8
Edit the CHANGELOG
s/dash/hyphen/g
More docs for for_gem_extension
README details
Document extended namespaces cannot be anonymous
Add argument validation to for_gem_extension
Rename _new → __new
Reword
Typo
Add support for gem extensions
Reorder assertions
Let warnings raise in the test suite
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands