-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- rebase the changes from nightly - bump - NGM to `0.6.0` - Nushell to `0.90.1` > **Note** > > ```nushell > git diff nightly > ``` > correctly gives > ```diff > diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml > index 57437cb..71a1bc6 100644 > --- a/.github/workflows/ci.yml > +++ b/.github/workflows/ci.yml > @@ -13,10 +13,10 @@ jobs: > tests: > uses: ./.github/workflows/nupm-tests.yml > with: > - nu_version: "0.89.0" > + nu_version: "0.90.1" > nupm_revision: "66e2eaa848e3f72c1b4a841f26f4dc7efc4fedb9" > > documentation: > uses: ./.github/workflows/check-documentation.yml > with: > - nu_version: "0.89.0" > + nu_version: "0.90.1" > diff --git a/pkgs/nu-git-manager-sugar/nupm.nuon b/pkgs/nu-git-manager-sugar/nupm.nuon > index bee1672..a884a30 100644 > --- a/pkgs/nu-git-manager-sugar/nupm.nuon > +++ b/pkgs/nu-git-manager-sugar/nupm.nuon > @@ -1,6 +1,6 @@ > { > name: "nu-git-manager-sugar" > - version: 0.5.0 > + version: 0.6.0 > description: "A collection of extra Nushell tools to manage `git` repositories." > documentation: "https://github.com/amtoine/nu-git-manager/blob/main/README.md" > maintainers: [ > @@ -9,7 +9,7 @@ > ] > license: "https://github.com/amtoine/nu-git-manager/blob/main/LICENSE" > dependencies: { > - nushell: 0.89.0 > + nushell: 0.90.1 > git: 2.40.1 > optionals: { > "sugar gh": { > diff --git a/pkgs/nu-git-manager/nupm.nuon b/pkgs/nu-git-manager/nupm.nuon > index 9fa9895..6cc771c 100644 > --- a/pkgs/nu-git-manager/nupm.nuon > +++ b/pkgs/nu-git-manager/nupm.nuon > @@ -1,6 +1,6 @@ > { > name: "nu-git-manager" > - version: 0.5.0 > + version: 0.6.0 > description: "A collection of Nushell tools to manage `git` repositories." > documentation: "https://github.com/amtoine/nu-git-manager/blob/main/README.md" > maintainers: [ > @@ -9,7 +9,7 @@ > ] > license: "https://github.com/amtoine/nu-git-manager/blob/main/LICENSE" > dependencies: { > - nushell: 0.89.0 > + nushell: 0.90.1 > git: 2.40.1 > } > type: "module" > ```
- Loading branch information
Showing
11 changed files
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters