Skip to content

Commit 37ccb13

Browse files
committed
## What's changed?
- Bugfix: Sets can now contain more than one element (#102) - Bugfix: The `equals`-method will no longer be proxied for abstract specimen (#103) - Feature: Collections will now contain unique elements instead of a number of copies of the same instance - Experimental: Failures to fixture an object will now contain more information about what was attempted and what went wrong
1 parent 19af8b5 commit 37ccb13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The purpose of this project is to generate full object graphs for use in test su
2222
<dependency>
2323
<groupId>com.github.nylle</groupId>
2424
<artifactId>javafixture</artifactId>
25-
<version>2.10.1</version>
25+
<version>2.11.0</version>
2626
<scope>test</scope>
2727
</dependency>
2828
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.github.nylle</groupId>
88
<artifactId>javafixture</artifactId>
99
<packaging>jar</packaging>
10-
<version>2.10.1</version>
10+
<version>2.11.0</version>
1111

1212
<name>JavaFixture</name>
1313
<url>https://github.com/Nylle/JavaFixture</url>

0 commit comments

Comments
 (0)