Skip to content

Commit cec35c8

Browse files
committed
release: v1.6.1
1 parent af29020 commit cec35c8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -363,3 +363,10 @@
363363
* The compiler now produces a diagnostic error instead of an exception when the `it` literal is used. #208 #215
364364
* Fixed a compiler exception caused by conflicts with externally declared associations. #211
365365
* Fixed an exception when attempting to generate a diagram with an unsupported extension. #212 #213
366+
367+
# fulibScenarios v1.6.1
368+
369+
## Bugfixes
370+
371+
* Fixed a compiler exception when a variable name clashes with a declaration without a position. #217
372+
* Class resolution from directories on the classpath is now case-sensitive. #218

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
// ...
6161
6262
// https://mvnrepository.com/artifact/org.fulib/fulibScenarios
63-
fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.6.0'
63+
fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.6.1'
6464
6565
// optional (required for mockups):
6666
// https://mvnrepository.com/artifact/org.fulib/fulibMockups

0 commit comments

Comments
 (0)