Releases: JuliaInterop/VersionParsing.jl
Releases · JuliaInterop/VersionParsing.jl
v1.3.0
What's Changed
- Install TagBot as a GitHub Action by @JuliaTagBot in #4
- slightly improve type instability and add a precompile statement by @KristofferC in #5
- github CI by @stevengj in #8
- be more conservative about non-version chars by @stevengj in #7
New Contributors
- @JuliaTagBot made their first contribution in #4
- @KristofferC made their first contribution in #5
Full Changelog: v1.2.0...v1.3.0
v1.2.0
v1.2.0 (2019-12-13)
Closed issues:
- Package compatibility caps (#2)
Merged pull requests:
- Add Project.toml file, delete REQUIRE file, drop dependency on
Compat.jl
(#3) (DilumAluthge)