Skip to content

Commit

Permalink
release: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Sep 30, 2020
1 parent 0a463fc commit bdb0ea6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,13 @@
## Bugfixes

* Fixed an exception when attempting to generate class diagrams for models with attributes of generic types. #21 #22

# fulibTools v1.3.0

## General

* Updated to fulib v1.3.0

## New Features

+ Class Diagrams now include edges for inheritance. #15
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {
```groovy
dependencies {
// https://mvnrepository.com/artifact/org.fulib/fulibTools
testCompile group: 'org.fulib', name: 'fulibTools', version: '1.2.1'
testCompile group: 'org.fulib', name: 'fulibTools', version: '1.3.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ javadoc {
}

revapi {
oldVersion = '1.1.0'
oldVersion = '1.3.0'
}

test {
Expand Down

0 comments on commit bdb0ea6

Please sign in to comment.