Skip to content

Commit

Permalink
Prepare for v0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bluk committed Feb 8, 2024
1 parent 7f26a3e commit f28ad88
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

### [Unreleased]

## [0.10.0] - 2024-02-08

### Updated

* Updated for Nushell `0.90.1` Thanks [@g2p](https://github.com/g2p).
* Updated for `bt_bencode` `0.8.0`.

## [0.9.0] - 2023-12-16

### Updated
Expand Down Expand Up @@ -65,7 +74,8 @@

* Initial implementation.

[Unreleased]: https://github.com/bluk/nu_plugin_from_bencode/compare/v0.9.0...HEAD
[Unreleased]: https://github.com/bluk/nu_plugin_from_bencode/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/bluk/nu_plugin_from_bencode/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/bluk/nu_plugin_from_bencode/compare/v0.8.1...v0.9.0
[0.8.1]: https://github.com/bluk/nu_plugin_from_bencode/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/bluk/nu_plugin_from_bencode/compare/v0.7.0...v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nu_plugin_from_bencode"
version = "0.9.0"
version = "0.10.0"
license = "MIT OR Apache-2.0"
authors = ["Bryant Luk <code@bryantluk.com>"]
edition = "2021"
Expand All @@ -11,12 +11,12 @@ repository = "https://github.com/bluk/nu_plugin_from_bencode"
documentation = "https://docs.rs/nu_plugin_from_bencode/"
readme = "README.md"
include = [
"src/**/*.rs",
"CHANGELOG.md",
"Cargo.toml",
"README.md",
"LICENSE-APACHE",
"LICENSE-MIT",
"src/**/*.rs",
"CHANGELOG.md",
"Cargo.toml",
"README.md",
"LICENSE-APACHE",
"LICENSE-MIT",
]
rust-version = "1.70.0"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A converter plugin from the [bencode][bep_0003] format for [Nushell][nushell].

The plugin was last tested on nushell version `0.88.1`.
The plugin was last tested on nushell version `0.90.1`.

The plugin is unstable as the interface `Nu` for plugins is unstable.

Expand Down

0 comments on commit f28ad88

Please sign in to comment.