From f4b78a4fb09493c15101c8cafa378f03e39ddfc5 Mon Sep 17 00:00:00 2001 From: David Baker Effendi Date: Tue, 14 Sep 2021 14:22:45 +0200 Subject: [PATCH] :bookmark: Release v0.6.0 --- CHANGELOG.md | 6 +++++- README.md | 6 ++++++ VERSION.md | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f56aca91..144437fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [0.6.0] - 2021-09-14 + +### Changed + +- Plume going into maintenance mode ### Fixed diff --git a/README.md b/README.md index 4e0825c2..1a8962b0 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ database agnosic and can store code-property graphs to multiple graph databases. [![codecov](https://codecov.io/gh/plume-oss/plume/branch/master/graph/badge.svg?token=4WY0U6QCU6)](https://codecov.io/gh/plume-oss/plume) [![](https://jitpack.io/v/plume-oss/plume.svg)](https://jitpack.io/#plume-oss/plume) +## Important + +Plume is going into maintenance mode. [jimple2cpg](https://github.com/joernio/jimple2cpg) is the new JVM bytecode to CPG +project that is optimized around OverflowDB and is much more lightweight. Future development will take place on +[jimple2cpg](https://github.com/joernio/jimple2cpg). + ## Learn More For more documentation and basic guides, check out the [project homepage](https://plume-oss.github.io/plume-docs/). diff --git a/VERSION.md b/VERSION.md index 63df0754..09a3acfa 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -0.5.14 \ No newline at end of file +0.6.0 \ No newline at end of file