Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby-concurrency/concurrent-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.1
Choose a base ref
...
head repository: ruby-concurrency/concurrent-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.2
Choose a head ref
  • 10 commits
  • 9 files changed
  • 3 contributors

Commits on Jun 7, 2024

  1. Fix method name in CHANGELOG.md

    nertzy authored and eregon committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    66ddae6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f07f57 View commit details
    Browse the repository at this point in the history
  3. Fix concurrent-ruby-edge to depend on ~> MAJOR.MINOR of concurrent-…

    …ruby
    
    * i.e. >= MAJOR.MINOR & < (MAJOR+1)
    * See #1052
    eregon committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    397da1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    152b302 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28c1cb4 View commit details
    Browse the repository at this point in the history
  6. Release edge 0.7.1

    eregon committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9ff477f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22f337c View commit details
    Browse the repository at this point in the history
  8. Remove dependency on win32ole

    This will become bundled in Ruby 3.5
    
    Unfortunately there is no portable way of checking for this.
    The wmic command is deprecated, though I don't observe this myself on W11 (yet?)
    Earlopain authored and eregon committed Jun 7, 2024
    3 Configuration menu
    Copy the full SHA
    393ad72 View commit details
    Browse the repository at this point in the history
  9. Add a windows job to CI

    Earlopain authored and eregon committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c672d6e View commit details
    Browse the repository at this point in the history
  10. 1.3.2

    eregon committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d1d29ac View commit details
    Browse the repository at this point in the history
Loading