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: Kijewski/tzdb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.7
Choose a base ref
...
head repository: Kijewski/tzdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.8
Choose a head ref
  • 7 commits
  • 22 files changed
  • 3 contributors

Commits on Jun 22, 2023

  1. Update itertools requirement from =0.10 to =0.11 (#180)

    Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version.
    - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
    - [Commits](rust-itertools/itertools@v0.10.0...v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: itertools
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    60e9d6c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. CI: move tests and unpin dependencies (#185)

    * CI: remove test-artichoke and test-shadow
    * CI: move tests and unpin dependencies
    Kijewski authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d96f549 View commit details
    Browse the repository at this point in the history
  2. CI: update make-tzdb, too

    Kijewski committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3371c37 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Bump actions/checkout from 3 to 4 (#186)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      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 Sep 4, 2023
    Configuration menu
    Copy the full SHA
    0de2caf View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Bump github/codeql-action from 2 to 3 (#188)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      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 Dec 13, 2023
    Configuration menu
    Copy the full SHA
    0834078 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Update to 2023d (#189)

    Kijewski authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    14e24ff View commit details
    Browse the repository at this point in the history
  2. Bump version number

    Kijewski committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    7e457dd View commit details
    Browse the repository at this point in the history
Loading