0.4.0
This release moves the project under the Clojurephant organization, since that's where the primary usage comes from.
To adopt, switch from:
testRuntimeOnly("org.ajoberstar:jovial:0.3.0")To:
testRuntimeOnly("dev.clojurephant:jovial:0.4.0")Breaking Changes
- Coordinates changed from 
org.ajoberstar:jovialtodev.clojurephant:jovial - Classes/namespaces changed from 
org.ajoberstar.jovial.*todev.clojurephant.jovial.*(unlikely to impact anyone, unless you were extending Jovial somehow) 
Enhancements
- License changed to MIT for more flexibility for users
 
Fixes
None
Deprecations
None
Compatibility
Java: requires 8 or higher