Skip to content

Commit

Permalink
## What's changed?
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
Nylle committed Aug 25, 2024
1 parent 19af8b5 commit 37ccb13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The purpose of this project is to generate full object graphs for use in test su
<dependency>
<groupId>com.github.nylle</groupId>
<artifactId>javafixture</artifactId>
<version>2.10.1</version>
<version>2.11.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.nylle</groupId>
<artifactId>javafixture</artifactId>
<packaging>jar</packaging>
<version>2.10.1</version>
<version>2.11.0</version>

<name>JavaFixture</name>
<url>https://github.com/Nylle/JavaFixture</url>
Expand Down

0 comments on commit 37ccb13

Please sign in to comment.