Skip to content

Commit

Permalink
released 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodavid committed Nov 29, 2017
1 parent 77a75eb commit 5c517b8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.4.0] - 2017-11-29

### Added
- support for comments in JPQL console

### Dependencies
- CUBA 6.7.x

## [0.3.1] - 2017-11-26


## [0.3.0] - 2017-11-25

### Added
- JPQL support

## [0.2.0] - 2017-09-22

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ It mainly consists of the three parts:

| Platform Version | Add-on Version |
| ---------------- | -------------- |
| 6.7.x | 0.4.x |
| 6.6.x | 0.2.x - 0.3.x |
| 6.5.x | 0.1.x |

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cuba {
artifact {
group = 'de.diedavids.cuba.runtimediagnose'
version = '0.4.0'
isSnapshot = true
isSnapshot = false
}
tomcat {
dir = "$project.rootDir/deploy/tomcat"
Expand Down

0 comments on commit 5c517b8

Please sign in to comment.