Skip to content

Releases: pluots/mpk

v0.2.2

13 Mar 03:42
Compare
Choose a tag to compare

0.2.2 - 2024-03-13

  • Correct link to the repository in Cargo.toml
    (#7)

v0.2.1

14 Apr 09:32
Compare
Choose a tag to compare

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.

v0.1.4

08 Jan 07:53
Compare
Choose a tag to compare

0.1.4 - 2023-01-08

  • Change dpkg compression from zstd to xz so we can install on Debian

v0.1.3

08 Jan 07:08
Compare
Choose a tag to compare

0.1.3 - 2023-01-08

  • Correct makefile autocompletions install targets
  • Added .deb output

v0.1.2

08 Jan 03:02
Compare
Choose a tag to compare

0.1.2 - 2023-01-08

  • Added aarch64-unknown-linux-gnu, aarch64-apple-darwin, and x86_64-pc-windows-gnu targets

v0.1.1

07 Jan 17:25
Compare
Choose a tag to compare

0.1.1 - 2023-01-07

  • Added pretty printing for hex and JSON output
  • CLI now defaults to hex input when specifying -i -j
  • Added makefile for easier installing
  • [test] added integration tests

v0.1.0

07 Jan 06:20
Compare
Choose a tag to compare

0.1.0 - 2023-01-07

Initial release supporting:

  • Bidirectional JSON <-> MessagePack conversions
  • File input and output
  • stdin input and stdout output
  • Hex string input and output