Skip to content

Releases: your-tools/tsrc

v0.2.1

22 Aug 16:33
Compare
Choose a tag to compare

Packaging fixes.

v0.2.0

22 Aug 16:35
Compare
Choose a tag to compare
  • 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 the copy section if src and dest are
    equal:
copy:
  - src:foo

# same thing as
copy:
 - src: foo
   dest: foo

v0.1.4

22 Aug 16:35
Compare
Choose a tag to compare

Support for Python 3.3, 3.4, 3.5 and 3.6

v0.1

22 Aug 16:36
Compare
Choose a tag to compare

Frist public release.