Skip to content

Commit

Permalink
Prepare for v0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bluk committed Nov 21, 2023
1 parent da58a61 commit 9f85d53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## [0.8.1] - 2023-11-21

### Updated

* Updated for Nushell `0.87.1`

## [0.8.0] - 2023-11-15

### Updated
Expand Down Expand Up @@ -53,7 +59,8 @@

* Initial implementation.

[Unreleased]: https://github.com/bluk/nu_plugin_from_bencode/compare/v0.8.0...HEAD
[Unreleased]: https://github.com/bluk/nu_plugin_from_bencode/compare/v0.8.1...HEAD
[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
Expand All @@ -62,4 +69,4 @@
[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
[0.1.0]: https://github.com/bluk/nu_plugin_from_bencode/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nu_plugin_from_bencode"
version = "0.8.0"
version = "0.8.1"
license = "MIT OR Apache-2.0"
authors = ["Bryant Luk <code@bryantluk.com>"]
edition = "2021"
Expand Down

0 comments on commit 9f85d53

Please sign in to comment.