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: theskumar/python-dotenv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: theskumar/python-dotenv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.1
Choose a head ref
  • 19 commits
  • 32 files changed
  • 8 contributors

Commits on Jun 24, 2025

  1. 1 Configuration menu
    Copy the full SHA
    02b6857 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    666984d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c715d19 View commit details
    Browse the repository at this point in the history
  4. Update spacing and docs

    theskumar committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    16f2bda View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Configuration menu
    Copy the full SHA
    a2bc2b3 View commit details
    Browse the repository at this point in the history
  2. docs: clarify what load_dotenv() does in README (#575)

    * docs: clarify what load_dotenv() does in README
    
    * docs: clarify what load_dotenv() does in README
    cybercoded authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    9f722ce View commit details
    Browse the repository at this point in the history
  3. Bump the github-actions group across 1 directory with 2 updates (#577)

    Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python).
    
    
    Updates `actions/checkout` from 4 to 5
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    Updates `actions/setup-python` from 5 to 6
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/setup-python
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    f288da1 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2025

  1. Move project metadata and config to pyproject.toml (#583)

    * Build with 'build'
    
    * Declare build backend and requirements
    
    * Move project metadata and config to pyproject.toml
    EpicWink authored Oct 26, 2025
    Configuration menu
    Copy the full SHA
    8b4e13d View commit details
    Browse the repository at this point in the history
  2. Fix build command

    theskumar committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    80cfe9f View commit details
    Browse the repository at this point in the history
  3. upadate changelog

    theskumar committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    1fe11cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bf8822 View commit details
    Browse the repository at this point in the history
  5. Update docs requirements

    theskumar committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    8ed4f79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    222ce2c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    76999e7 View commit details
    Browse the repository at this point in the history
  8. Fix test failures after moving config to pyproject.toml

    - Remove --cov-config setup.cfg reference in tox.ini since setup.cfg was deleted
    - Fix coverage report configuration by replacing 'include' with 'omit' to exclude tests
    - Coverage now reads configuration from pyproject.toml automatically
    theskumar committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    467ee22 View commit details
    Browse the repository at this point in the history
  9. Support reading .env from FIFOs (Unix) (#586)

    * Support reading .env from FIFOs (Unix)
    
    * handle FileNotFoundError in FIFO checks and add FIFO load test
    
    ---------
    
    Co-authored-by: Sidharth Sudhir <[email protected]>
    sidharth-sudhir and Sidharth Sudhir authored Oct 26, 2025
    Configuration menu
    Copy the full SHA
    3af77d3 View commit details
    Browse the repository at this point in the history
  10. Update changelog

    theskumar committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    b87807f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8716196 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eaf2a91 View commit details
    Browse the repository at this point in the history
Loading