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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a Nushell version update script and bump all versions to 0.81.0 #21

Merged
merged 3 commits into from
Jun 9, 2023

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    bcd1f87 View commit details
    Browse the repository at this point in the history
  2. EXAMPLE: downgrade to 0.80.0

    Command run:
    ```nu
    ./scripts/update-nushell-version 0.80.0
    ```
    amtoine committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    8e11ff6 View commit details
    Browse the repository at this point in the history
  3. update the version of Nushell to 0.81.0

    Command run:
    ```nu
    ./scripts/update-nushell-version 0.81.0
    ```
    
    Sample output:
    ```nu
    2023-06-08T19:56:25.197|INF|updating the badge in the README
    2023-06-08T19:56:25.202|INF|updating the `nu-parser` dependency
        Updating crates.io index
          Adding nu-parser v0.81.0 to dependencies.
                 Features:
                 - nu-plugin
                 - plugin
    2023-06-08T19:56:26.312|INF|updating the `nu-protocol` dependency
        Updating crates.io index
          Adding nu-protocol v0.81.0 to dependencies.
                 Features:
                 - plugin
                 - serde_json
    2023-06-08T19:56:26.815|WRN|do not forget to commit and push this :wink:
    ```
    amtoine committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    330b565 View commit details
    Browse the repository at this point in the history