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: dthaler/rst2rfcxml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8
Choose a base ref
...
head repository: dthaler/rst2rfcxml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9
Choose a head ref
  • 12 commits
  • 7 files changed
  • 2 contributors

Commits on Sep 30, 2023

  1. Bump external/fmt from 44f3d8a to 79dbd3f (#116)

    Bumps [external/fmt](https://github.com/fmtlib/fmt) from `44f3d8a` to `79dbd3f`.
    - [Release notes](https://github.com/fmtlib/fmt/releases)
    - [Commits](fmtlib/fmt@44f3d8a...79dbd3f)
    
    ---
    updated-dependencies:
    - dependency-name: external/fmt
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 30, 2023
    Configuration menu
    Copy the full SHA
    5065a77 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Bump external/fmt from 79dbd3f to f76603f (#118)

    Bumps [external/fmt](https://github.com/fmtlib/fmt) from `79dbd3f` to `f76603f`.
    - [Release notes](https://github.com/fmtlib/fmt/releases)
    - [Commits](fmtlib/fmt@79dbd3f...f76603f)
    
    ---
    updated-dependencies:
    - dependency-name: external/fmt
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    d676ede View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Bump external/fmt from f76603f to 130cf54 (#119)

    Bumps [external/fmt](https://github.com/fmtlib/fmt) from `f76603f` to `130cf54`.
    - [Release notes](https://github.com/fmtlib/fmt/releases)
    - [Commits](fmtlib/fmt@f76603f...130cf54)
    
    ---
    updated-dependencies:
    - dependency-name: external/fmt
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    9027d4b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Bump external/fmt from 130cf54 to baae1ed (#120)

    Bumps [external/fmt](https://github.com/fmtlib/fmt) from `130cf54` to `baae1ed`.
    - [Release notes](https://github.com/fmtlib/fmt/releases)
    - [Commits](fmtlib/fmt@130cf54...baae1ed)
    
    ---
    updated-dependencies:
    - dependency-name: external/fmt
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    f5f5863 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Bump external/fmt from baae1ed to 2a2c6e6 (#121)

    Bumps [external/fmt](https://github.com/fmtlib/fmt) from `baae1ed` to `2a2c6e6`.
    - [Release notes](https://github.com/fmtlib/fmt/releases)
    - [Commits](fmtlib/fmt@baae1ed...2a2c6e6)
    
    ---
    updated-dependencies:
    - dependency-name: external/fmt
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    f611b85 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Bump external/fmt from 2a2c6e6 to b35d4e4 (#122)

    Bumps [external/fmt](https://github.com/fmtlib/fmt) from `2a2c6e6` to `b35d4e4`.
    - [Release notes](https://github.com/fmtlib/fmt/releases)
    - [Commits](fmtlib/fmt@2a2c6e6...b35d4e4)
    
    ---
    updated-dependencies:
    - dependency-name: external/fmt
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    57e3883 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Remove extra space from start of artwork and sourcecode blocks (#125)

    * Update tests
    
    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    
    * Remove extra indentation from artwork and sourcecode blocks
    
    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    
    ---------
    
    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    dthaler authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    20dbeea View commit details
    Browse the repository at this point in the history
  2. Add support for <relref>

    Fixes #124
    
    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    dthaler committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    2b9e86b View commit details
    Browse the repository at this point in the history
  3. Add support for <relref> (#126)

    Fixes #124
    
    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    dthaler authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    3543f92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0405de View commit details
    Browse the repository at this point in the history
  5. Bump VERSION to 0.9 (#127)

    * Bump VERSION to 0.9
    
    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    dthaler authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8e3e13c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fe06cc View commit details
    Browse the repository at this point in the history
Loading