From a8a8fe2e6effbe64e0080fbaa8a993a8e5e1906c Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Thu, 2 Jun 2016 02:03:47 -0700 Subject: [PATCH] Preparing release 0.3.0.0 --- CHANGES.md | 2 +- package.yaml | 2 +- pinch.cabal | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1221893..0e97923 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -0.3.0.0 (unreleased) +0.3.0.0 (2016-06-02) ==================== - Add support for the Thrift Compact Protocol (#2). diff --git a/package.yaml b/package.yaml index 2809d70..cd47e47 100644 --- a/package.yaml +++ b/package.yaml @@ -1,6 +1,6 @@ --- name: pinch -version: 0.2.0.1 +version: 0.3.0.0 github: abhinav/pinch license: BSD3 author: Abhinav Gupta diff --git a/pinch.cabal b/pinch.cabal index 8c38b4e..248dab2 100644 --- a/pinch.cabal +++ b/pinch.cabal @@ -1,9 +1,9 @@ --- This file has been generated from package.yaml by hpack version 0.13.0. +-- This file has been generated from package.yaml by hpack version 0.14.0. -- -- see: https://github.com/sol/hpack name: pinch -version: 0.2.0.1 +version: 0.3.0.0 cabal-version: >= 1.10 build-type: Simple license: BSD3