From 3afd5f7371269f63092057aba10adb108ce1f051 Mon Sep 17 00:00:00 2001 From: iphydf Date: Mon, 14 Feb 2022 20:21:36 +0000 Subject: [PATCH] chore: Release 0.0.16. --- .github/settings.yml | 2 ++ BUILD.bazel | 2 +- msgpack-binary.cabal | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 7265594..3c5a985 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -15,3 +15,5 @@ branches: contexts: - "bazel-opt" - "build / stack" + - "checks / check-release" + - "common / buildifier" diff --git a/BUILD.bazel b/BUILD.bazel index 80e8a7a..ecd2351 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -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", diff --git a/msgpack-binary.cabal b/msgpack-binary.cabal index 2466ea7..a64d72d 100644 --- a/msgpack-binary.cabal +++ b/msgpack-binary.cabal @@ -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