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 21, 2021
1 parent 3e3a622 commit e5e0849
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,9 @@
## Deprecations

* Deprecated the `*Builder` classes and related methods. #82 #87

# fulib v1.5.1

## Bugfixes

* Generated code now includes FMethod type parameters. #90
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
// optional, to override the version of fulib used by fulibScenarios:
// https://mvnrepository.com/artifact/org.fulib/fulib
fulibScenarios group: 'org.fulib', name: 'fulib', version: '1.5.0'
fulibScenarios group: 'org.fulib', name: 'fulib', version: '1.5.1'
}
```

Expand Down

0 comments on commit e5e0849

Please sign in to comment.