From e6362f90838d4a2d7714771da01ca93132a111d8 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Mon, 30 Sep 2019 16:54:39 -0400 Subject: [PATCH 1/2] Release semantic-0.8.0.0. This is a major version bump because the CLI interface changed with #283. --- semantic.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semantic.cabal b/semantic.cabal index 3b1dda7ec..541132d07 100644 --- a/semantic.cabal +++ b/semantic.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: semantic -version: 0.7.1.0 +version: 0.8.0.0 synopsis: Framework and executable for analyzing and diffing untrusted code. description: Semantic is a library for parsing, analyzing, and comparing source code across many languages. homepage: http://github.com/github/semantic#readme From ae56dbe26a1776cdbcc8ea6958819d0a9400e4e6 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Mon, 30 Sep 2019 17:00:48 -0400 Subject: [PATCH 2/2] Bump the version in the publish script too. --- script/publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/publish b/script/publish index 8012cf774..63d1c6c28 100755 --- a/script/publish +++ b/script/publish @@ -6,7 +6,7 @@ set -e cd $(dirname "$0")/.. -VERSION="0.7.1.0" +VERSION="0.8.0.0" BUILD_SHA=$(git rev-parse HEAD 2>/dev/null) DOCKER_IMAGE=docker.pkg.github.com/github/semantic/semantic