Skip to content

Commit

Permalink
release: v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Feb 23, 2021
1 parent c2612bf commit 4135f8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,9 @@
## Improvements

* Class and object diagrams are now generated deterministically. #32

# fulibTools v1.5.1

## Bugfixes

* Fixed a `NullPointerException` when generating class diagrams with unidirectional associations.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ repositories {
```groovy
dependencies {
// ...
// https://mvnrepository.com/artifact/org.fulib/fulibTools
testImplementation group: 'org.fulib', name: 'fulibTools', version: '1.5.0'
testImplementation group: 'org.fulib', name: 'fulibTools', version: '1.5.1'
}
```

Expand Down

0 comments on commit 4135f8d

Please sign in to comment.