Update gettext 3.4.9 → 3.5.0 (minor) #1567
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?
✳️ gettext (3.4.9 → 3.5.0) · Repo · Changelog
Release Notes
3.5.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 7 commits:
ci: enabled Dependabot for GitHub Actions
ci release: add support for trusted publisher
Add 3.5.0 entry
test: don't override Test::Unit::TestCase#run
Suppress "literal string will be frozen" warnings
Suppress "literal string will be frozen" warnings
Bump version
Release Notes
2.1.4
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 23 commits:
Add 2.1.4 entry
ci relase: add
test windows: update expected
Don't use test-unit-notify
test: pass base directory explicitly
test jruby: omit uncontrollable tests and update expected
ci: use bundler-cache
test windows: set Windows locale explicitly for default
test windows: ensure clearing state
test windows: add more check
Use kramdown for JRuby
test windows: don't use the default locale
Remove nil from lang (#16)
ci: use ruby-versions
ci: enable Dependabot for GitHub Actions
ci: use version instead of master
ci: remove EOL-ed Rubies
Test Ruby 3.0 and 3.1 on CI (#14)
Remove redundant gem install bundler (#10)
Update Ruby URL
Update JRuby URL
Add TruffleRuby to CI (#9)
Bump version
Release Notes
0.1.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 40 commits:
Bump up v0.1.3
Enabled trusted publisher for rubygems.org
Update license files same as ruby/ruby
Merge pull request #26 from ksss/rbs-int_from_prime_division
Merge pull request #28 from ksss/publish-rbs
Publish RBS
`.int_from_prime_division` could return Rational.
Merge pull request #25 from ruby/use-released-version-of-rbs
Use rbs-3.4.0
Merge pull request #24 from soutaro/rbs
Run RBS test with Ruby >= `3.0`
Add test
bundle dev version of RBS
Copy RBS files from gem_rbs_collection
bundle rbs
Merge pull request #23 from ruby/use-test-unit-ruby-core
Use bundle exec
Use reusable workflow
Removed unused alias
Use test-unit-ruby-core instead of hard copy from ruby repository
Merge pull request #22 from ruby/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
Removed Gemfile and gitignore from gemspec
Merge pull request #16 from voxik/patch-1
Run CI on PRs
Merge pull request #18 from ruby/add-dependabot
Added dependabot
Merge pull request #17 from ruby/update-actions
Use bundler-cache on setup-ruby
Use actions/checkout@v3
Added 3.1
Don't install bin directory
s/RubyVM::JIT/RubyVM::MJIT/g
Bump up the latest version of CoreAssertions
Merge pull request #14 from ruby/ruby-3-0
Added Ruby 3.0
Rename Actions name and add status badge for Actions
Use assert_ractor for separating test processes
Import test assertions from ruby/ruby
Use stable version of actions/checkout
Release Notes
0.3.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 16 commits:
Bump up v0.3.0
Enabled trusted publisher for rubygems.org
Merge pull request #14 from ruby/ci
Add TruffleRuby and JRuby to CI
Merge pull request #13 from ruby/fix-double-assign
Fixed double assignment
Merge pull request #4 from rm155/master
Make compatible with Ruby 2.4
Clean VERSION freezing
Only use RactorLocalSingleton if Ractor is defined
Change PerRactorSingleton to RactorLocalSingleton
Improve Ractor-compliance; Create PerRactorSingleton
Merge pull request #12 from ruby/tweak-actions
Added Windows platform
Exclude < Ruby 2.5 from macos-latest
Update license files same as ruby/ruby
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