Skip to content

Commit

Permalink
🔖 Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Feb 19, 2021
1 parent f2c8e4c commit 17ce960
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] - yyyy-mm-dd

### Added

### Changed

### Fixed

## [0.2.0] - 2021-02-19

### Added
- `Extractor::postProject` to add additional `io.shiftleft.semanticcpg.passes` and `io.shiftleft.dataflowengineoss.passes`
- Added `IDriver::getMetaData` to get the `NewMetaData` vertex from the database if present

### Changed
- `Extractor::load` and `Extractor::project` now return `Extractor` instance to allow call chaining

### Fixed
- Graph updates would add duplicate program structure information and fail to link prior `CALL` edges
- Handle the case where `NewFileBuilder#hash` is null
- Where `TypeDecl`s were attempted to be duplicated in `getProgramStructure`
- Fixed case where `Node` types were not handled in `DiffGraphUtil::processDiffGraph`
- Fixed case where `Node` types were not handled in `DiffGraphUtil::processDiffGraph`
- `IDriver::getProgramStructure` would not return vertices with degree 0

## [0.1.8] - 2021-02-15

Expand Down
2 changes: 1 addition & 1 deletion plume/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,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.1.8"
def artifactVersion = "0.2.0"
def website = "https://plume-oss.github.io/plume-docs/"

group = "io.github.plume-oss"
Expand Down

0 comments on commit 17ce960

Please sign in to comment.