Releases: your-tools/tsrc
Releases · your-tools/tsrc
v0.2.1
Packaging fixes.
v0.2.0
- Support for specifying custom branches in the manifest
- Support for specifying fixed refs (tags or hashes) in the manifest
New syntax is:
repos:
- src: foo
url: [email protected]:proj/foo
branch: next
- src: bar
url: [email protected]:proj/bar
branch: master
ref: v0.1
Note that branch
is still required.
- You can now skip the
dest
part of thecopy
section ifsrc
anddest
are
equal:
copy:
- src:foo
# same thing as
copy:
- src: foo
dest: foo
v0.1.4
Support for Python 3.3, 3.4, 3.5 and 3.6
v0.1
Frist public release.