Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Feb 24, 2021
1 parent 18107ce commit a647754
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] - yyyy-mm-dd

### Added

### Changed

### Fixed

## [0.2.1] - 2021-02-24

### Added
- Dependency `com.tigergraph.client:gsql_client`
- `TigerGraphDriver::buildSchema` to dynamically build and install GSQL schema
Expand All @@ -15,8 +23,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Assigned values to `ControlStructure::controlStructureType`
- Improved logging

### Fixed

## [0.2.0] - 2021-02-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion plume/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ dockerCompose {
def artifactDesc = "Plume is a code property graph analysis library with options to extract the CPG from" +
" Java bytecode and store the result in various graph databases."
def repoUrl = "https://github.com/plume-oss/plume.git"
def artifactVersion = "0.2.0"
def artifactVersion = "0.2.1"
def website = "https://plume-oss.github.io/plume-docs/"

group = "io.github.plume-oss"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package io.github.plume.oss.util

object ExtractorConst {
const val LANGUAGE_FRONTEND = "Plume"
const val LANGUAGE_FRONTEND_VERSION = "0.1"
const val LANGUAGE_FRONTEND_VERSION = "0.2.1"
val PRIMITIVES = listOf("boolean", "byte", "char", "double", "float", "int", "long", "null", "short", "void")
// block bodies
const val ENTRYPOINT = "BODY"
Expand Down

0 comments on commit a647754

Please sign in to comment.