Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joneug committed Dec 16, 2020
1 parent d2ecedb commit 6623587
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2020-12-16

### Added

* Improved modularity (#14, #16)
- Now you can use `mdAL` in a more modularized way: You dont't have to specify all entities anymore but can choose to only generate AL code for parts of a solution (e. g. only Master or Supplemental entities).

### Changed

* Update to Xtext 2.23.0
* Update to picocli 4.5.2

## [0.3.1] - 2020-09-21

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ subprojects {
apply plugin: 'eclipse'

group = 'de.joneug.mdal'
version = '0.3.1'
version = '0.4.0'

sourceCompatibility = '8'
targetCompatibility = '8'
Expand Down

0 comments on commit 6623587

Please sign in to comment.