# CHANGELOG ### [Unreleased] ## [0.11.0] - 2024-05-10 ### Updated * Updated for Nushell `0.93.0`. Thanks [@g2p](https://github.com/g2p). See [PR #17](https://github.com/bluk/nu_plugin_from_bencode/pull/17). ## [0.10.0] - 2024-02-08 ### Updated * Updated for Nushell `0.90.1`. Thanks [@g2p](https://github.com/g2p). See [PR #16](https://github.com/bluk/nu_plugin_from_bencode/pull/16). * Updated for `bt_bencode` `0.8.0`. ## [0.9.0] - 2023-12-16 ### Updated * Updated for Nushell `0.88.1` ## [0.8.1] - 2023-11-21 ### Updated * Updated for Nushell `0.87.1` ## [0.8.0] - 2023-11-15 ### Updated * Updated for Nushell `0.87.0` ## [0.7.0] - 2023-10-20 ### Updated * Updated for Nushell `0.86.0` ## [0.6.0] - 2023-09-22 ### Updated * Updated for Nushell `0.85.0` * Set Minimum Supported Rust Version to `1.70.0` ## [0.5.0] - 2023-08-27 ### Updated * Updated for Nushell `0.84.0` ### Added * Set Minimum Supported Rust Version to `1.65.0` ## [0.4.0] - 2023-03-30 ### Updated * Updated for Nushell `0.77.1` ## [0.3.0] - 2022-10-18 ### Updated * Updated for Nushell `0.69.0` ## [0.2.0] - 2022-05-03 ### Updated * Updated for Nushell `0.62.0` ## [0.1.0] - 2020-10-10 ### Added * Initial implementation. [Unreleased]: https://github.com/bluk/nu_plugin_from_bencode/compare/v0.11.0...HEAD [0.11.0]: https://github.com/bluk/nu_plugin_from_bencode/compare/v0.10.0...v0.11.0 [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 [0.7.0]: https://github.com/bluk/nu_plugin_from_bencode/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/bluk/nu_plugin_from_bencode/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/bluk/nu_plugin_from_bencode/compare/v0.4.0...v0.5.0 [0.5.0]: https://github.com/bluk/nu_plugin_from_bencode/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/bluk/nu_plugin_from_bencode/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/bluk/nu_plugin_from_bencode/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/bluk/nu_plugin_from_bencode/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/bluk/nu_plugin_from_bencode/releases/tag/v0.1.0