Skip to content

Releases: mattcl/confpiler

confpiler_cli v0.5.1

14 Jun 05:35
605e129

Choose a tag to compare

Chore

  • bump version instead of fixing ci

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Bump version instead of fixing ci (bf51f89)

confpiler_cli v0.4.3

21 Apr 18:11

Choose a tag to compare

Chore

  • specify min rust version

Documentation

  • Remove hobby project disclaimer.
    This will be more regularly maintained

Commit Statistics

  • 2 commits contributed to the release over the course of 9 calendar days.
  • 9 days passed between releases.
  • 2 commits where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • specify min rust version (c51a85f)
    • Remove hobby project disclaimer. (111094b)

confpiler v0.2.2

21 Apr 18:11

Choose a tag to compare

Chore

  • specify min rust version

Documentation

  • Remove hobby project disclaimer.
    This will be more regularly maintained

Commit Statistics

  • 2 commits contributed to the release over the course of 9 calendar days.
  • 10 days passed between releases.
  • 2 commits where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • specify min rust version (c51a85f)
    • Remove hobby project disclaimer. (111094b)

confpiler_cli v0.4.2

11 Apr 20:06

Choose a tag to compare

Bug Fixes

  • disable default features for self_update to remove openssl dep

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • disable default features for self_update to remove openssl dep (b10e3b5)

confpiler_cli v0.4.1

11 Apr 08:38

Choose a tag to compare

Bug Fixes

  • use rustls feature for self_update to avoid openssl musl pain

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • use rustls feature for self_update to avoid openssl musl pain (899bd6a)

confpiler_cli v0.3.4

11 Apr 03:02

Choose a tag to compare

Refactor

  • move cli config getting into args

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • move cli config getting into args (f2728d8)

confpiler_cli v0.3.3

11 Apr 02:49

Choose a tag to compare

Documentation

  • call out usage for --raw when dealing with old versions of compose

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • call out usage for --raw when dealing with old versions of compose (68ffe60)

confpiler_cli v0.3.2

11 Apr 02:33

Choose a tag to compare

Documentation

  • make behavior of multiple directories more clear

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • make behavior of multiple directories more clear (6f9fa99)

confpiler_cli v0.3.1

11 Apr 01:56

Choose a tag to compare

Chore

  • add changelogs

Documentation

  • update cargo tomls with relevant info
  • fixing typos, making clarifications
  • more tests, better readme

New Features

  • allow for getting unescaped, unquoted output with --raw
  • allow specifying a prefix for generated keys
    This adds .with_prefix to the builder and --prefix to the CLI
  • first pass as cli tool
    a bunch of files were added, but they're mainly to support the
    integration tests
  • initial commit

Commit Statistics

  • 10 commits contributed to the release over the course of 45 calendar days.
  • 10 commits where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • add changelogs (8b4d0bf)
    • allow for getting unescaped, unquoted output with --raw (a824cb0)
    • clippy suggestions (5984492)
    • allow specifying a prefix for generated keys (9781899)
    • exclude integration tests from cli package (0c8f530)
    • update cargo tomls with relevant info (236de63)
    • fixing typos, making clarifications (97b942c)
    • more tests, better readme (a683f0d)
    • first pass as cli tool (10602d0)
    • initial commit (72375f3)

confpiler v0.2.1

11 Apr 01:56

Choose a tag to compare

Chore

  • add changelogs

Documentation

  • update cargo tomls with relevant info
  • fixing typos, making clarifications
  • more tests, better readme

New Features

  • allow specifying a prefix for generated keys
    This adds .with_prefix to the builder and --prefix to the CLI
  • first pass as cli tool
    a bunch of files were added, but they're mainly to support the
    integration tests
  • initial commit

Bug Fixes

  • working basic example

Commit Statistics

  • 10 commits contributed to the release over the course of 45 calendar days.
  • 10 commits where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • add changelogs (8b4d0bf)
    • clippy suggestions (5984492)
    • cargo fmt (1047696)
    • allow specifying a prefix for generated keys (9781899)
    • working basic example (bd1f063)
    • update cargo tomls with relevant info (236de63)
    • fixing typos, making clarifications (97b942c)
    • more tests, better readme (a683f0d)
    • first pass as cli tool (10602d0)
    • initial commit (72375f3)