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

Commits on Nov 15, 2018

  1. Update rand requirement from 0.5.5 to 0.6.0

    Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version.
    - [Release notes](https://github.com/rust-random/rand/releases)
    - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/rust-random/rand/commits)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot-support committed Nov 15, 2018
    Copy the full SHA
    cb5281e View commit details

Commits on Nov 16, 2018

  1. Merge pull request #10 from andreasots/dependabot/cargo/rand-0.6.0

    Update rand requirement from 0.5.5 to 0.6.0
    andreasots authored Nov 16, 2018
    Copy the full SHA
    48cdc0a View commit details

Commits on Jan 7, 2019

  1. Update quickcheck requirement from 0.7.1 to 0.8.0

    Updates the requirements on [quickcheck](https://github.com/BurntSushi/quickcheck) to permit the latest version.
    - [Release notes](https://github.com/BurntSushi/quickcheck/releases)
    - [Commits](https://github.com/BurntSushi/quickcheck/commits/quickcheck_macros-0.8.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot-support committed Jan 7, 2019
    Copy the full SHA
    f750b67 View commit details

Commits on Jan 8, 2019

  1. Merge pull request #11 from andreasots/dependabot/cargo/quickcheck-0.8.0

    Update quickcheck requirement from 0.7.1 to 0.8.0
    andreasots authored Jan 8, 2019
    Copy the full SHA
    f7939eb View commit details

Commits on Mar 17, 2019

  1. Update Cargo.toml

    kornelski authored Mar 17, 2019
    Copy the full SHA
    96da49e View commit details
  2. Merge pull request #12 from kornelski/patch-1

    Update Cargo.toml
    andreasots authored Mar 17, 2019
    Copy the full SHA
    dac73a8 View commit details

Commits on Jul 1, 2019

  1. Update rand requirement from 0.6.0 to 0.7.0

    Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version.
    - [Release notes](https://github.com/rust-random/rand/releases)
    - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/rust-random/rand/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored Jul 1, 2019
    Copy the full SHA
    d8ae00d View commit details

Commits on Aug 26, 2019

  1. Update quickcheck requirement from 0.8.0 to 0.9.0

    Updates the requirements on [quickcheck](https://github.com/BurntSushi/quickcheck) to permit the latest version.
    - [Release notes](https://github.com/BurntSushi/quickcheck/releases)
    - [Commits](BurntSushi/quickcheck@quickcheck_macros-0.8.0...quickcheck_macros-0.9.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored Aug 26, 2019
    Copy the full SHA
    4aec864 View commit details

Commits on Aug 30, 2019

  1. Copy the full SHA
    a4f77d5 View commit details

Commits on Mar 7, 2021

  1. Delete .travis.yml

    andreasots authored Mar 7, 2021
    Copy the full SHA
    7ea48f3 View commit details
  2. Create rust.yml

    andreasots authored Mar 7, 2021
    Copy the full SHA
    2326820 View commit details
  3. Update quickcheck requirement from 0.9.0 to 1.0.3

    Updates the requirements on [quickcheck](https://github.com/BurntSushi/quickcheck) to permit the latest version.
    - [Release notes](https://github.com/BurntSushi/quickcheck/releases)
    - [Commits](BurntSushi/quickcheck@quickcheck_macros-0.9.0...1.0.3)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and andreasots committed Mar 7, 2021
    Copy the full SHA
    a59aa1d View commit details
  4. Copy the full SHA
    17bba9a View commit details
  5. rustfmt

    andreasots committed Mar 7, 2021
    Copy the full SHA
    d901dde View commit details

Commits on Jun 20, 2021

  1. Copy the full SHA
    f759ca0 View commit details
  2. Copy the full SHA
    58909ac View commit details

Commits on May 16, 2024

  1. add support for uppercase and lowercase and Base32Hex

    Signed-off-by: Dave Grantham <dwg@linuxprogrammer.org>
    Dave Grantham authored and andreasots committed May 16, 2024
    Copy the full SHA
    89e9ddf View commit details
  2. add Base32Z support

    Signed-off-by: Dave Grantham <dwg@linuxprogrammer.org>
    Dave Grantham authored and andreasots committed May 16, 2024
    Copy the full SHA
    145447d View commit details
  3. run doctest on the README

    andreasots committed May 16, 2024
    Copy the full SHA
    6008c84 View commit details
  4. v0.5.0

    andreasots committed May 16, 2024
    Copy the full SHA
    26441dc View commit details
Loading