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: chetmancini/dateutils-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: chetmancini/dateutils-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 14 commits
  • 14 files changed
  • 4 contributors

Commits on Jan 19, 2026

  1. Fix release instructions to link directly to draft release

    The GitHub Actions workflow creates a draft release, so update the
    Makefile instructions to reflect this and include a direct edit link.
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    Chet Mancini and claude committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    b730106 View commit details
    Browse the repository at this point in the history
  2. Split release workflow to publish PyPI only on release publish

    - Remove pypi-publish job from release.yml (now only builds and creates draft)
    - Add publish.yml triggered on release publish event
    - Update Makefile messages to reflect new workflow
    
    This ensures PyPI publishing only happens after manually reviewing and
    publishing the GitHub release, giving control over the release process.
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    Chet Mancini and claude committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    a5a631e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aff95d View commit details
    Browse the repository at this point in the history
  4. Improve README with badges and comparison section

    - Add PyPI, downloads, Python versions, CI, license, and typed badges
    - Add "Why dateutils-python?" section with comparison table
    - Update SECURITY.md with clearer vulnerability reporting process
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    Chet Mancini and claude committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    aaa0498 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. ci: bump actions/checkout from 4 to 6 (#12)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    0613a26 View commit details
    Browse the repository at this point in the history
  2. Bump filelock from 3.18.0 to 3.20.3 (#14)

    Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.18.0 to 3.20.3.
    - [Release notes](https://github.com/tox-dev/py-filelock/releases)
    - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
    - [Commits](tox-dev/filelock@3.18.0...3.20.3)
    
    ---
    updated-dependencies:
    - dependency-name: filelock
      dependency-version: 3.20.3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    6e65468 View commit details
    Browse the repository at this point in the history
  3. Bump requests from 2.32.3 to 2.32.4 (#13)

    Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.32.3...v2.32.4)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-version: 2.32.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    ff66730 View commit details
    Browse the repository at this point in the history
  4. chore: update all transitive dependencies (#16)

    Co-authored-by: Chet Mancini <[email protected]>
    Co-authored-by: Claude Opus 4.5 <[email protected]>
    3 people authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    d8469d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. docs: add coverage badge to README (#17)

    Co-authored-by: Chet Mancini <[email protected]>
    Co-authored-by: Claude Opus 4.5 <[email protected]>
    3 people authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    b423bc3 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. CM: fix mutable results of federal holidays, each caller gets unique …

    …data
    Chet Mancini committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    621c953 View commit details
    Browse the repository at this point in the history
  2. fix validation on until_q in generate-quarters

    Chet Mancini committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    7b14b6d View commit details
    Browse the repository at this point in the history
  3. fix httpdate localization

    Chet Mancini committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    c929b46 View commit details
    Browse the repository at this point in the history
  4. generate now goes forward or back

    Chet Mancini committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    4c7ccc9 View commit details
    Browse the repository at this point in the history
  5. Bump version: 0.4.1 → 0.5.0

    Chet Mancini committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    706ac3d View commit details
    Browse the repository at this point in the history
Loading