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: gjtorikian/commonmarker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: gjtorikian/commonmarker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.2
Choose a head ref
  • 18 commits
  • 11 files changed
  • 3 contributors

Commits on Nov 26, 2024

  1. Bump comrak from 0.30.0 to 0.31.0

    Bumps [comrak](https://github.com/kivikakk/comrak) from 0.30.0 to 0.31.0.
    - [Release notes](https://github.com/kivikakk/comrak/releases)
    - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt)
    - [Commits](kivikakk/comrak@v0.30.0...v0.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: comrak
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    10dcda8 View commit details
    Browse the repository at this point in the history
  2. support new DL logic

    gjtorikian committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7f30034 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. Merge pull request #323 from gjtorikian/dependabot/cargo/comrak-0.31.0

    Bump comrak from 0.30.0 to 0.31.0
    gjtorikian authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    292d38b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Update CHANGELOG.md

    gjtorikian authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    08a1a35 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. Bump comrak from 0.31.0 to 0.32.0

    Bumps [comrak](https://github.com/kivikakk/comrak) from 0.31.0 to 0.32.0.
    - [Release notes](https://github.com/kivikakk/comrak/releases)
    - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt)
    - [Commits](kivikakk/comrak@v0.31.0...v0.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: comrak
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    f9a1fef View commit details
    Browse the repository at this point in the history
  2. incorporate changes

    gjtorikian committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    df8e4d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. Merge pull request #328 from gjtorikian/dependabot/cargo/comrak-0.32.0

    Bump comrak from 0.31.0 to 0.32.0
    gjtorikian authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    de0fa8a View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. Bump rb-sys from 0.9.103 to 0.9.104

    Bumps [rb-sys](https://github.com/oxidize-rb/rb-sys) from 0.9.103 to 0.9.104.
    - [Release notes](https://github.com/oxidize-rb/rb-sys/releases)
    - [Commits](oxidize-rb/rb-sys@v0.9.103...v0.9.104)
    
    ---
    updated-dependencies:
    - dependency-name: rb-sys
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    64a3aa7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #329 from gjtorikian/dependabot/cargo/rb-sys-0.9.104

    Bump rb-sys from 0.9.103 to 0.9.104
    gjtorikian authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    988b7d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2024

  1. Support Ruby 3.4

    gjtorikian committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    f2eeed3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7f94b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fbd9c1 View commit details
    Browse the repository at this point in the history
  4. Point CI to 3.4

    gjtorikian committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    95d1523 View commit details
    Browse the repository at this point in the history
  5. no fail fast

    gjtorikian committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    f3ae8ac View commit details
    Browse the repository at this point in the history
  6. maybe no concurrency

    gjtorikian committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    5e2e832 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #330 from gjtorikian/update-rubies

    Support Ruby 3.4
    gjtorikian authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    c3ad8e9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f745fc View commit details
    Browse the repository at this point in the history
  9. Merge pull request #331 from gjtorikian/release/v2.0.2

    [skip test] Release v2.0.2
    gjtorikian authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    da40feb View commit details
    Browse the repository at this point in the history
Loading