amtoine / nu-git-manager

A collection of Nushell tools to manage Git repositories.
GNU General Public License v3.0
26 stars 2 forks source link

bump to 0.4.0 #136

Closed amtoine closed 9 months ago

amtoine commented 9 months ago

Note

git diff nightly

correctly gives

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2161e01..5263c02 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,5 +13,5 @@ jobs:
   tests:
     uses: ./.github/workflows/nupm-tests.yml
     with:
-      nu_version: "0.87.0"
+      nu_version: "0.88.0"
       nupm_revision: "f7c0843f4d667194beae468614a46cc8d72cc5db"
diff --git a/package.nuon b/package.nuon
index e963dbc..3886fdf 100644
--- a/package.nuon
+++ b/package.nuon
@@ -1,6 +1,6 @@
 {
     name: "nu-git-manager"
-    version: 0.3.0
+    version: 0.4.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.80.1+
+        nushell: 0.88.0
         git: 2.40.1
         optionals: {
             "sugar gh": {