Skip to content

Commit

Permalink
Support for nu 0.100 (#40)
Browse files Browse the repository at this point in the history
Hi, Nu just got updated to v0.100. Therefore I bumped everything needed
to compile it for nu 0.100. Tests passed locally.
  • Loading branch information
clementpoiret authored Nov 18, 2024
1 parent 11d7ff9 commit 62b7a33
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- main
env:
NU_VERSION: 0.99.0
NU_VERSION: 0.100.0
BASH_ENV_JSON_VERSION: 0.7.0

jobs:
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nu_plugin_bash_env"
version = "0.16.1"
version = "0.17.0"
edition = "2021"
license = "MIT"
description = "Nu plugin bash-env"
Expand All @@ -11,8 +11,8 @@ readme = "README.md"
[dependencies]
anyhow = "1.0.86"
itertools = "0.13.0"
nu-plugin = "0.99.0"
nu-protocol = "0.99.0"
nu-plugin = "0.100.0"
nu-protocol = "0.100.0"
once_cell = "1.19.0"
serde = "1.0.208"
serde_json = "1.0.125"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ The following versions are compatible.
| 0.98 | 0.14.2 |
| 0.98 | 0.15.1 |
| 0.99 | 0.16.1 |
| 0.100 | 0.17.0 |

If you find a new version of Nushell rejects this plugin as incompatible, please report an [issue](https://github.com/tesujimath/nu_plugin_bash_env/issues).

Expand Down

0 comments on commit 62b7a33

Please sign in to comment.