Skip to content

Commit

Permalink
chore: Release 0.0.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Feb 14, 2022
1 parent 6002102 commit 3afd5f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ branches:
contexts:
- "bazel-opt"
- "build / stack"
- "checks / check-release"
- "common / buildifier"
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ haskell_library(
srcs = glob(["src/**/*.*hs"]),
compiler_flags = ["-Wno-unused-imports"],
src_strip_prefix = "src",
version = "0.0.15",
version = "0.0.16",
visibility = ["//visibility:public"],
deps = [
"//hs-msgpack-types",
Expand Down
2 changes: 1 addition & 1 deletion msgpack-binary.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: msgpack-binary
version: 0.0.15
version: 0.0.16
synopsis: A Haskell implementation of MessagePack
homepage: http://msgpack.org/
license: BSD3
Expand Down

0 comments on commit 3afd5f7

Please sign in to comment.