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: achanda/ipnetwork
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.18.0
Choose a base ref
...
head repository: achanda/ipnetwork
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.0
Choose a head ref
  • 20 commits
  • 8 files changed
  • 6 contributors

Commits on Apr 13, 2021

  1. Merge pull request #141 from achanda/v0.18.0

    Cut a new release for v0.18.0
    achanda authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    772db6c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    4cbd1f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5764406 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. feat: Upgrade rust edition

    cargo fix --edition did not result in any changes to src
    achanda committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    9651b3b View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Merge pull request #143 from achanda/upgrade-edition

    feat: Upgrade rust edition
    achanda authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    8ad4354 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Configuration menu
    Copy the full SHA
    a57afd9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #144 from paolobarbolini/collect-str

    Remove useless allocation when serializing
    achanda authored Dec 29, 2021
    Configuration menu
    Copy the full SHA
    7120b93 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    501e553 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #148 from achanda/remove-html_root_url

    Remove the redundant html_root_url attribute
    achanda authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    9152847 View commit details
    Browse the repository at this point in the history
  3. Cut a new release for v0.19.0

    This one is still a manual release, I am hoping to get this automated
    soon.
    achanda committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    3503e4c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #149 from achanda/v0.19.0

    Cut a new release for v0.19.0
    achanda authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    61550ed View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    e842e0e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #150 from achanda/autopublish

    Auto publish to crates.io on new tag push
    achanda authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    6d4e4ba View commit details
    Browse the repository at this point in the history
  3. Update publish.yml

    achanda authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    7c9ff1b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #151 from achanda/update-publish-job

    Update publish.yml
    achanda authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    c0e04d5 View commit details
    Browse the repository at this point in the history
  5. Add workflow_dispatch

    achanda authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    372f9bd View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. [#153] Add optional JSONSchema implementation for IpNetwork

    Problem: No instance of `JSONSchema` is implemented for
    `IpNetwork`.
    
    Solution: Derive implementation via `schemars`. Add corresponding
    feature to the crate.
    sancho20021 committed May 31, 2022
    Configuration menu
    Copy the full SHA
    86dbbd9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #155 from sancho20021/153-JsonSchema-for-IPNetwork

    [#153] Add optional JSONSchema implementation for IpNetwork
    achanda authored May 31, 2022
    Configuration menu
    Copy the full SHA
    5146125 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Correct and validate JsonSchema for Ipv4Network, Ipv6Network, and IpN…

    …etwork (#157)
    
    * show failed test cases
    
    * add proper JSON schema
    ahl authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    ab6f101 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    1b6904b View commit details
    Browse the repository at this point in the history
Loading