Releases: JuliaVersionControl/Git.jl
Releases · JuliaVersionControl/Git.jl
v1.3.1
Git v1.3.1
Merged pull requests:
- Add
const
usage example; highlighting (#39) (@ericphanson) - Add work around for SIP restrictions on macOS (#45) (@giordano)
- Use Cirrus to run CI on more platforms (#46) (@giordano)
- Bump Git_jll to 2.44 (#52) (@GunnarFarneback)
Closed issues:
v1.2.1
v1.2.0
Git v1.2.0
Closed issues:
- Support interpolating in git cmd string macro (#30)
Merged pull requests:
- Add a method of git() that bypasses cmd parsing. (#36) (@GunnarFarneback)
v1.1.0
v1.0.0
Git v1.0.0
Closed issues:
- use VersionParsing.jl to parse version numbers (#19)
- Julia 1.0 support (#20)
- Travis badge shows "error"? (#22)
- Adding git push function from Documenter (#23)
- Free the name Git.jl for GitCommand.jl (#25)
Merged pull requests:
- Use
gen_project.jl
to generate theProject.toml
file (#26) (@DilumAluthge) - Delete gen_project.jl (#27) (@DilumAluthge)
- Remove all code and replace it with the code from GitCommand.jl (#28) (@DilumAluthge)
- A few small improvements to the README (#29) (@DilumAluthge)
- Fix a typo in a docstring (#31) (@DilumAluthge)
- Bump version number from "1.0.0-DEV" to "1.0.0" (#32) (@DilumAluthge)