BeachCity / mastodon

Beach City's Lightly Customized Fork of Mastodon
https://beach.city
GNU Affero General Public License v3.0
3 stars 3 forks source link

Bump cld3 from 3.3.0 to 3.5.2 #1959

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps cld3 from 3.3.0 to 3.5.2.

Release notes

Sourced from cld3's releases.

Version 3.5.2

Fixes a warning introduced with version 3.5.1. (akihikodaki/cld3-ruby#42)

The gem is available at: https://rubygems.org/gems/cld3/versions/3.5.2 The documentation is available at: https://www.rubydoc.info/gems/cld3/3.5.2

Version 3.5.1

BREAKING CHANGES

  • FFI is replaced with Ruby extension. As the consequence, cld3-ruby is no longer compatible with JRuby, which does not Ruby extension.

This release fixes the compatibility with the latest RubyGems, shipped with Ruby 3.2.

The gem is available at https://rubygems.org/gems/cld3/versions/3.5.1. The documentation is available at https://www.rubydoc.info/gems/cld3/3.5.1.

Version 3.5.0

BREAKING CHANGES

  • Ruby 2.6 is no longer supported.
  • C++17 is now required where C++11 was required in the prior releases.

The dependency on protocol buffers, which annoyed everyone using cld3-ruby, is finally removed. :tada: The support for Ruby 3.2.0 is also added as well.

The gem is available at https://rubygems.org/gems/cld3/versions/3.5.0. The documentation is available at https://www.rubydoc.info/gems/cld3/3.5.0.

Version 3.4.4

  • Fixes documentation errors. (#32 by @​Islands5)
  • Raises ArgumentError when invalid arguments are given to CLD3::NNetLanguageIdentifier.new instead of trapping. (#35)

The gem is available at https://rubygems.org/gems/cld3/versions/3.4.4. The documentation is available at https://www.rubydoc.info/gems/cld3/3.4.4.

Version 3.4.3

  • Compatibility with Ruby 3.1 is confirmed.
  • Introduced RBS.
  • Updated CLD3, fixing a few compiler warnings.

The gem is available at https://rubygems.org/gems/cld3/versions/3.4.3. The documentation is available at https://www.rubydoc.info/gems/cld3/3.4.3.

Version 3.4.2

Compatibility with Ruby-FFI 1.15.0 is confirmed. Thanks to @​ayanko for telling me the new release of the gem.

The gem is available at https://rubygems.org/gems/cld3/versions/3.4.2. The documentation is available at https://www.rubydoc.info/gems/cld3/3.4.2.

Version 3.4.1

BREAKING CHANGE: The support for Ruby versions older than 2.6 was dropped.

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)