Skip to content

Releases: your-tools/tsrc

v0.9.0

14 Aug 14:39
Compare
Choose a tag to compare
  • Add support for GitHub Enterprise: See the relevant documentation for details - patch by @sdavids13.
  • Improve error message when using creating a merge request in a GitLab repository when the token cannot be found in the tsrc configuration file. Fix #158
  • Fix crash when running tsrc status on a workspace with missing repositories (#160) - reported by @blastrock

v0.8.0

12 Aug 09:52
Compare
Choose a tag to compare
  • Implement tsrc sync --force. Currently, all it does is running git fetch --force on all repositories. Use with caution. See #152 for details.

v0.7.1

02 Aug 12:30
Compare
Choose a tag to compare
  • Fix crash in tsrc sync when the repo configuration in the manifest contained neither an URL nor a remote. tsrc now aborts as soon as the misconfiguration of the manifest is detected. See #154. (reported by @jongep86)

v0.7.0

08 Jul 12:13
Compare
Choose a tag to compare
  • Add a --file option to tsrc init so that manifest can be read from a custom path in the file system
  • Remove support for Python 3.4
  • Switch from xdg to pyxdg
  • Format the code with black

v0.6.6

08 Jul 12:13
Compare
Choose a tag to compare
  • Remove raw HTML from README.rst

v0.6.5

08 Jul 12:14
Compare
Choose a tag to compare
  • Use codecov.io to measure coveage
  • Prettify README

v0.6.4

07 Jan 14:36
Compare
Choose a tag to compare
  • Remove support for Python 3.3.
  • Use new and shiny cli-ui package instead of old python-cli-ui.

v0.6.3

14 Nov 14:39
Compare
Choose a tag to compare

v0.6.3

  • GitHub organization is now TankerHQ
  • We now use dmenv for dependencies management

v0.6.2

19 Oct 08:48
Compare
Choose a tag to compare

Fix crash when using tsrc push on a GitHub repository for the first time.

v0.6.1

10 Oct 09:15
Compare
Choose a tag to compare
  • Fix weird output when configuring remotes.