Skip to content

Releases: orlevii/realm

0.4.1

13 Mar 19:27
ed8da12
Compare
Choose a tag to compare

Fixed

  • fix: issue with realm run (#36)

0.4.0

20 Feb 18:17
eb3d7cc
Compare
Choose a tag to compare

Changed

  • feat: parallel tasks now runs according to topology order

Added

  • On Windows, the --scope and --ignore filters can now also use ^ instead of * for wildcard matching. This change accommodates how glob patterns are resolved on Windows.

Fixed

  • Correctly detect dependencies under tool.poetry.group.*.dependencies.
  • Fixed issue with identifying affected projects.

0.3.0

05 Feb 07:40
4af2af8
Compare
Choose a tag to compare

Added

  • support for group dependencies (#16)

Changed

  • click 8.* support (#14)

0.2.0

20 Jan 10:54
5de0673
Compare
Choose a tag to compare

Changes:

  • deprecated python 3.6, 3.7
  • upgraded dependencies

Fixed:

  • a bug with filtering projects that have the same prefix

0.1.0rc0

10 Apr 10:16
e561ba0
Compare
Choose a tag to compare
0.1.0rc0 Pre-release
Pre-release
fix: bugfixes for rc (#10)