“Right or wrong, it's very pleasant to break something from time to time” - Fyodor Dostoyevsky

1.0.0 Released

Version 1.0.0 is now available on Maven Central.

Thanks to everyone who's helped with pushing this over the line. There's some idea of what's next on the Roadmap page and there's more details on the About page to get in touch and contribute.

<dependency>
    <groupId>uk.org.fyodor</groupId>
    <artifactId>fyodor-core</artifactId>
    <version>1.0.0</version>
</dependency>
<dependency>
    <groupId>uk.org.fyodor</groupId>
    <artifactId>fyodor-junit</artifactId>
    <version>1.0.0</version>
</dependency>
<dependency>
    <groupId>uk.org.fyodor</groupId>
    <artifactId>fyodor-jodatime</artifactId>
    <version>1.0.0</version>
</dependency>