Releases: RisinT96/cdefmt
Releases · RisinT96/cdefmt
v0.8.0
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
cdefmt-v0.3.0
Full Changelog: cdefmt-v0.2.0...cdefmt-v0.3.0
cdefmt-v0.2.0
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
updated readme and docs