Skip to content

Releases: tiptenbrink/confspawn

v0.6.0

13 Nov 12:21
90b67b6
Compare
Choose a tag to compare
  • confrecipe now supports multiple sources pointing to the same target directory. In that case, it will merge the two together. Conflicts are not allowed.

v0.5.0

07 Sep 20:54
581f6e6
Compare
Choose a tag to compare
  • Drop Python 3.7 support

v0.4.1

18 Jan 11:22
6cacf55
Compare
Choose a tag to compare
  • If parent directories of target path in spawn_write does not exist, they are now created

Recipes

29 Sep 15:26
982dde9
Compare
Choose a tag to compare
  • You can now create recipes, which run multiple confspawn commands in one

v0.3.0

28 Sep 22:31
aa2a84f
Compare
Choose a tag to compare
  • Env mode added (see Readme)

v0.2.5

06 Sep 16:50
6493194
Compare
Choose a tag to compare
  • Recursion also works for non-template files

v0.2.4

04 Sep 19:59
9389f40
Compare
Choose a tag to compare

Compared to v0.2.2

  • Recursion is no longer the default, instead it is an option

Compared to v0.2.3

  • Fix accidental print statement

v0.2.3

04 Sep 19:37
566e59e
Compare
Choose a tag to compare
  • Recursion is no longer the default, instead it is an option

v0.2.2

04 Sep 18:07
19096f4
Compare
Choose a tag to compare
  • Initial PyPI release