Format.jl has been updated to fix a number of critical bugs (that were inherited from Formatting.jl), as well as implementing new capabilities to better match Python format strings, such as ^ for center justification, allowing , or _ for separators for integers and f format floating point output, and supporting the precision argument for strings.
I would strongly recommend that anyone currently using Formatting.jl to move to Format.jl to avoid the critical bugs.