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.4.0 #136

Merged
merged 3 commits into from
Dec 13, 2023
Merged

bump to 0.4.0 #136

merged 3 commits into from
Dec 13, 2023

Conversation

amtoine
Copy link
Owner

@amtoine amtoine commented Dec 13, 2023

  • rebase the changes from nightly
  • bump NGM to 0.4.0 and Nushell to 0.88.0

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": {

amtoine and others added 2 commits December 13, 2023 13:15
related to
- nushell/nushell#11057

## description
this PR simplifies the switch forwarding in `gm gh query-user` and `gm
gh query-releases` to `gm gh query-api` with the following syntax from
nushell/nushell#11057
```nushell
foo --bar=$bar
```
@amtoine amtoine added the dev Related to the dev experience label Dec 13, 2023
@amtoine amtoine marked this pull request as ready for review December 13, 2023 12:20
@amtoine amtoine merged commit dddc16d into main Dec 13, 2023
4 checks passed
@amtoine amtoine deleted the bump branch December 13, 2023 15:51
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