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: tofuutils/tenv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.2
Choose a base ref
...
head repository: tofuutils/tenv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.3
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Sep 9, 2024

  1. add forgotten header

    Signed-off-by: Denis Vaumoron <dvaumoron@gmail.com>
    dvaumoron committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    16895c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. go: bump github.com/charmbracelet/bubbletea from 1.1.0 to 1.1.1 (#251)

    Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 1.1.0 to 1.1.1.
    - [Release notes](https://github.com/charmbracelet/bubbletea/releases)
    - [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
    - [Commits](charmbracelet/bubbletea@v1.1.0...v1.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/charmbracelet/bubbletea
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8246b23 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Update Cobra sub commands to use RunE (#254)

    Update all the sub command to make use of the RunE function call. This will allow any error event in the run command to cause tenv to exit with a non zero value. This is useful to detect install and update failures in scripts.
    
    Signed-off-by: Nicholas Thompson <github@hoekwil.com>
    ncthompson authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    1e081be View commit details
    Browse the repository at this point in the history
  2. Avoid duplicate error message display (#256)

    Signed-off-by: Denis Vaumoron <dvaumoron@gmail.com>
    dvaumoron authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    63f3e3e View commit details
    Browse the repository at this point in the history
Loading