Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Apr 14, 2023
1 parent eaac4c0 commit 46fa2f4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## [Unreleased] - ReleaseDate



## [0.2.1] - 2023-04-14

- Rename binary from `msgpack` to `mpk` at suggestion of the protocol's creator.
Name on Crates.io will rename `msgpack-cli`. Repository URL updated to
<https://github.com/pluots/mpk>.
Expand Down Expand Up @@ -42,7 +46,8 @@ Initial release supporting:


<!-- next-url -->
[Unreleased]: https://github.com/pluots/mpk/compare/v0.1.4...HEAD
[Unreleased]: https://github.com/pluots/msgpack-cli/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/pluots/mpk/compare/v0.1.4...v0.2.1
[0.1.4]: https://github.com/pluots/mpk/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/pluots/mpk/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/pluots/mpk/compare/v0.1.1...v0.1.2
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "msgpack-cli"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/pluots/mpk-cli"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This makefile will build (via Cargo)

MAKEFLAGS=--warn-undefined-variables
VERSION=0.1.4
VERSION=0.2.1
CARGO := $(shell command -v cargo 2> /dev/null)


Expand Down

0 comments on commit 46fa2f4

Please sign in to comment.