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: mroth/bump
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: mroth/bump
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Choose a head ref
  • 14 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 15, 2019

  1. chore: fix typo in comments

    mroth committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    f9130bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10947e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fafcb27 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. chore: create FUNDING.yml

    mroth authored Oct 12, 2019
    Configuration menu
    Copy the full SHA
    35f0334 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. chore(deps): bump github.com/Masterminds/semver/v3 from 3.0.1 to 3.0.2

    Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.0.1 to 3.0.2.
    - [Release notes](https://github.com/Masterminds/semver/releases)
    - [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md)
    - [Commits](Masterminds/semver@v3.0.1...v3.0.2)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and mroth committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    137b4d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. chore(deps): bump github.com/Masterminds/semver/v3 from 3.0.2 to 3.0.3

    Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.0.2 to 3.0.3.
    - [Release notes](https://github.com/Masterminds/semver/releases)
    - [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md)
    - [Commits](Masterminds/semver@v3.0.2...v3.0.3)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and mroth committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    a04b80e View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/manifoldco/promptui from 0.3.2 to 0.6.0

    Bumps [github.com/manifoldco/promptui](https://github.com/manifoldco/promptui) from 0.3.2 to 0.6.0.
    - [Release notes](https://github.com/manifoldco/promptui/releases)
    - [Changelog](https://github.com/manifoldco/promptui/blob/master/CHANGELOG.md)
    - [Commits](manifoldco/promptui@v0.3.2...v0.6.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and mroth committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    3859d31 View commit details
    Browse the repository at this point in the history
  3. chore: go mod tidy

    mroth committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    2f07128 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f6ee59 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. chore(deps): bump github.com/manifoldco/promptui from 0.6.0 to 0.7.0

    Bumps [github.com/manifoldco/promptui](https://github.com/manifoldco/promptui) from 0.6.0 to 0.7.0.
    - [Release notes](https://github.com/manifoldco/promptui/releases)
    - [Changelog](https://github.com/manifoldco/promptui/blob/master/CHANGELOG.md)
    - [Commits](manifoldco/promptui@v0.6.0...v0.7.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and mroth committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    4f2a963 View commit details
    Browse the repository at this point in the history
  2. chore: go mod tidy post promptui bump

    A bunch of unused test deps were removed (yah!), but dependabot doesnt
    automatically tidy on its PRs.
    mroth committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    001fde7 View commit details
    Browse the repository at this point in the history
  3. modified promptui bell workaround

    This slightly modified method allows avoiding having to import
    `chyzer/readline` in my own package, and also avoids usage of a global
    `init()` function.
    mroth committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    73eeb8d View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Configuration menu
    Copy the full SHA
    86af9aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50c4438 View commit details
    Browse the repository at this point in the history
Loading