Skip to content

Commit

Permalink
release: v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Nov 24, 2020
1 parent af29020 commit cec35c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,3 +363,10 @@
* The compiler now produces a diagnostic error instead of an exception when the `it` literal is used. #208 #215
* Fixed a compiler exception caused by conflicts with externally declared associations. #211
* Fixed an exception when attempting to generate a diagram with an unsupported extension. #212 #213

# fulibScenarios v1.6.1

## Bugfixes

* Fixed a compiler exception when a variable name clashes with a declaration without a position. #217
* Class resolution from directories on the classpath is now case-sensitive. #218
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
// ...
// https://mvnrepository.com/artifact/org.fulib/fulibScenarios
fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.6.0'
fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.6.1'
// optional (required for mockups):
// https://mvnrepository.com/artifact/org.fulib/fulibMockups
Expand Down

0 comments on commit cec35c8

Please sign in to comment.