Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jan 7, 2023
1 parent 26e1a1e commit 7cad8d3
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.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
Expand All @@ -21,5 +25,6 @@ Initial release supporting:


<!-- next-url -->
[Unreleased]: https://github.com/pluots/msgpack-cli/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/pluots/msgpack-cli/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/pluots/msgpack-cli/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/pluots/msgpack-cli/compare/3fb7ec2a...v0.1.0
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.1.0"
version = "0.1.1"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/pluots/msgpack-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.0
VERSION=0.1.1
CARGO := $(shell command -v cargo 2> /dev/null)


Expand Down

0 comments on commit 7cad8d3

Please sign in to comment.