Skip to content

Releases: RisinT96/cdefmt

v0.8.0

14 Feb 14:49

Choose a tag to compare

What's Changed

  • refactor: update dependencies to use workspace references by @RisinT96 in #19
  • add basic support for cpp
  • update code for new rust version
  • updated readme with up-to-date technical explanation
  • switch to anyhow for errors, using it to attach source location information to errors when parsing logs.
  • use git shallow in cmake fetch content
  • upgrade dependencies to new versions (object, gimli, lazy-regex, corrosion)

Full Changelog: v0.7.0...v0.8.0

v0.7.0

23 Aug 13:13

Choose a tag to compare

What's Changed

Full Changelog: cdefmt-v0.3.0...v0.7.0

cdefmt-v0.3.0

16 Aug 12:38

Choose a tag to compare

cdefmt-v0.2.0

15 Jun 14:43

Choose a tag to compare

Two changes in this release:

  • Support escaping opening braces
  • Support adding format hints to parameters.

There's quite a bit of cleanup code to be done, and some missing features, like named parameters.

cdefmt-v0.1.0

13 Apr 09:39

Choose a tag to compare

updated readme and docs