1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 12:21:57 +03:00

Merge remote-tracking branch 'origin/master' into proto-lens

This commit is contained in:
Timothy Clem 2019-09-30 15:42:58 -07:00
commit d678f5b26b
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
set -e set -e
cd $(dirname "$0")/.. cd $(dirname "$0")/..
VERSION="0.7.1.0" VERSION="0.8.0.0"
BUILD_SHA=$(git rev-parse HEAD 2>/dev/null) BUILD_SHA=$(git rev-parse HEAD 2>/dev/null)
DOCKER_IMAGE=docker.pkg.github.com/github/semantic/semantic DOCKER_IMAGE=docker.pkg.github.com/github/semantic/semantic

View File

@ -1,7 +1,7 @@
cabal-version: 2.4 cabal-version: 2.4
name: semantic name: semantic
version: 0.7.1.0 version: 0.8.0.0
synopsis: Framework and executable for analyzing and diffing untrusted code. 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. description: Semantic is a library for parsing, analyzing, and comparing source code across many languages.
homepage: http://github.com/github/semantic#readme homepage: http://github.com/github/semantic#readme