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: inference-gateway/docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.6
Choose a base ref
...
head repository: inference-gateway/docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.7
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Nov 19, 2025

  1. chore(deps-dev): bump glob from 11.0.3 to 11.1.0 (#14)

    Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.3 to 11.1.0.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v11.0.3...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-version: 11.1.0
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    c0c757b View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. docs: Fix debug environment variable name in CLI documentation (#15)

    Update INFER_DEBUG to INFER_LOGGING_DEBUG in the troubleshooting section
    to match the actual environment variable used by the CLI.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-authored-by: Claude <noreply@anthropic.com>
    edenreich and claude authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    b9f9fd2 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump glob and markdownlint-cli (#16)

    Bumps [glob](https://github.com/isaacs/node-glob) to 11.1.0 and updates ancestor dependency [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli). These dependencies need to be updated together.
    
    
    Updates `glob` from 11.0.3 to 11.1.0
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v11.0.3...v11.1.0)
    
    Updates `markdownlint-cli` from 0.45.0 to 0.46.0
    - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
    - [Commits](igorshubovych/markdownlint-cli@v0.45.0...v0.46.0)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-version: 11.1.0
      dependency-type: indirect
    - dependency-name: markdownlint-cli
      dependency-version: 0.46.0
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    6ee4813 View commit details
    Browse the repository at this point in the history
  3. chore(release): 🔖 0.5.7 [skip ci]

    ## [0.5.7](0.5.6...0.5.7) (2025-11-21)
    
    ### 📚 Documentation
    
    * Fix debug environment variable name in CLI documentation ([#15](#15)) ([b9f9fd2](b9f9fd2))
    
    ### 🔧 Miscellaneous
    
    * **deps-dev:** bump glob from 11.0.3 to 11.1.0 ([#14](#14)) ([c0c757b](c0c757b))
    * **deps:** Bump glob and markdownlint-cli ([#16](#16)) ([6ee4813](6ee4813))
    edenreich committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    30ae29d View commit details
    Browse the repository at this point in the history
Loading