Skip to content

Commit

Permalink
🔖 Release v0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Mar 29, 2021
1 parent 5ba4f43 commit 63e3030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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/).

## [0.4.0] - [Unreleased]
## [0.3.10] - 2021-03-29

### Added

Expand Down Expand Up @@ -34,8 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
based on average allocation from the benchmarks. Cache expiry is now removed as an option.
- `GotoStmt` is now added as a `CONTROL_STRUCTURE_VERTEX` with `JUMP_TARGET`s removed.
- CFG now connects nodes within each expression and follows the stack pointer like Joern/Ocular

Note: `StaticFieldRef` has moved from using `TypeRef` to `Identifier` otherwise data flow passes through errors.
- `StaticFieldRef` has moved from using `TypeRef` to `Identifier` otherwise data flow passes through errors.

## [0.3.9] - 2021-03-23

Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.3.10

0 comments on commit 63e3030

Please sign in to comment.