Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump to 0.6.0 #181

Merged
merged 6 commits into from
Feb 7, 2024
Merged

bump to 0.6.0 #181

merged 6 commits into from
Feb 7, 2024

Conversation

amtoine
Copy link
Owner

@amtoine amtoine commented Feb 7, 2024

  • rebase the changes from nightly
  • bump
    • NGM to 0.6.0
    • Nushell to 0.90.1

Note

git diff nightly

correctly gives

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"

amtoine and others added 5 commits February 7, 2024 22:04
related to
-
https://github.com/amtoine/nu-git-manager/actions/runs/7684621264/job/20942567622

## description
not sure why this did not fail before but it does now on the latest
`main` of Nushell 🤔

## changelog
- the first commit is here to show the CI failing (well it did not run
at all, lol, but it fails on locally by using a _nightly_ build and the
latest revision of Nupm)
- the rest should fix the CI and the tests
related to
- #175
- nushell/nushell#11656

## Description
this commit reverts #175
because it was just a bug introduced recently and now fixed in
nushell/nushell#11656.
@amtoine amtoine added the dev Related to the dev experience label Feb 7, 2024
@amtoine amtoine merged commit 763f769 into main Feb 7, 2024
5 checks passed
@amtoine amtoine deleted the bump branch February 7, 2024 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev Related to the dev experience
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant