Skip to content

Commit

Permalink
release: v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Feb 21, 2021
1 parent a26066f commit 015fedb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,13 @@
* Object diagrams now include properties from super classes. #30
* Collection attributes now show the collection type in class diagrams. #31
* Object diagrams now show collection attributes if they contain at least one data value. #31

# fulibTools v1.5.0

## General

* Updated to fulib v1.5.1.

## Improvements

* Class and object diagrams are now generated deterministically. #32
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
// ...
// https://mvnrepository.com/artifact/org.fulib/fulibTools
testImplementation group: 'org.fulib', name: 'fulibTools', version: '1.4.1'
testImplementation group: 'org.fulib', name: 'fulibTools', version: '1.5.0'
}
```

Expand Down

0 comments on commit 015fedb

Please sign in to comment.