Skip navigation.

Ivy 0.7 released

Main changes in this version are :
- added latest sub revision feature: you can now select the latest sub revision of a module
using a +. For instance, "1.0+" selects the latest revision starting with 1.0.
- retrieve now checks if files are up to date before copying them from cache. This feature
can be disabled using the checkUpToDate attribute in ivy configuration file.
- do not download dependencies when not necessary during publication

And more...