insights-engineering-bot
released this
09 Jan 02:57
·
2 commits
to main
since this release
- Fixed a bug in
mf_update_cinfo
causing an error whenexport_as_txt
was applied to empty listings. - Fixed a bug in
mform_handle_newlines
that did not allow printing to console a table that has top left information, new lines in the column names and contained only one row. - Fixed a bug in
mform_handle_newlines
that did not allow for empty strings to be present in top left information. - Fixed a bug with top left information not being printed when more lines are present than header lines.
What's Changed
- Workflow propagations by @walkowif in #317
- Fix empty listing export bug by @edelarua in #323
- rm staged deps by @shajoezhu in #325
- Fix bug in printing table with only one row, topleft information and column names with newlines by @Melkiades in #326
- Fix small bug in topleft information by @Melkiades in #328
- Compress logo by @llrs-roche in #329
- Replace logo.png by logo.svg by @llrs-roche in #330
- preparing new release [skip vbump] by @shajoezhu in #332
New Contributors
- @llrs-roche made their first contribution in #329
Full Changelog: v0.5.9...v0.5.10