Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Mar 13, 2024
1 parent 5da9755 commit 21beaf1
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.2] - 2024-03-13

- Correct link to the repository in `Cargo.toml`
([#7](https://github.com/pluots/mpk/pull/7))

Expand Down Expand Up @@ -48,7 +52,8 @@ Initial release supporting:


<!-- next-url -->
[Unreleased]: https://github.com/pluots/msgpack-cli/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/pluots/msgpack-cli/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/pluots/msgpack-cli/compare/v0.2.1...v0.2.2
[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
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.1"
version = "0.2.2"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/pluots/mpk"
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.2.1
VERSION=0.2.2
CARGO := $(shell command -v cargo 2> /dev/null)


Expand Down

0 comments on commit 21beaf1

Please sign in to comment.