Skip to content

Releases: mottosso/bleeding-rez

2.36.4

19 Jul 06:50
Compare
Choose a tag to compare
  • Repaired pydot, for rez context -g.
    • Note that you still require graphviz on your PATH for the dot executable.
  • Also addressed #68

2.36.2

17 Jul 17:42
Compare
Choose a tag to compare

Catching up with nerdvegas/rez-2.36.2.

2.35.2

17 Jul 12:17
Compare
Choose a tag to compare

Minor Python 3 compatibility fix.

2.35.1

16 Jul 07:27
Compare
Choose a tag to compare

Catch-up with nerdvegas/rez and:

  • Fixed error handling of rez cp #66

2.33.4

12 Jul 21:09
Compare
Choose a tag to compare

Support for rez env --isolated on Linux.

2.33.3

05 Jul 11:06
Compare
Choose a tag to compare

Now the --isolated option also works for Python 3.

2.33.2

05 Jul 10:20
Compare
Choose a tag to compare

Stability fixes for cmd and rez env --isolated. When resolving a context from within another context, the PATH was forwarded which wasn't right. Now PATH is re-created clean each time. With --isolated, every variable is re-created clean.

2.33.1

30 Jun 16:49
Compare
Choose a tag to compare

Repair rez bind --quickstart on all platforms.

2.33.0

28 Jun 10:20
Compare
Choose a tag to compare

2.31.4

22 Jun 10:00
Compare
Choose a tag to compare
  • Diverging from upstream Rez - Compatibility with the original Rez is preserved, but new features will get added, changes will be made such that packages made using rez will work with bleeding-rez, but not necessarily vice versa. See backwards compatibility for full list of breaking changes made and how you can avoid them).
  • Catch up with rez-2.31.4
  • Moved CI to Azure, and fixed a number of bugs and issues, in particular on Windows but also Linux and OSX