Skip to content

Bump termimad from 0.34.0 to 0.35.4 - #53

Merged
terror merged 3 commits into
masterfrom
dependabot/cargo/termimad-0.35.4
Sep 15, 2026
Merged

terror merged 3 commits into
masterfrom
dependabot/cargo/termimad-0.35.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps termimad from 0.34.0 to 0.35.4.

Changelog

Sourced from termimad's changelog.

v0.35.4 - 2026-09-05

  • fix parse_color returning the light variant for darkblue, darkcyan and darkyellow, and accepting strings merely containing a color name

v0.35.3 - 2026-09-02

  • fix CropWriter::queue_char and queue_unstyled_char never writing in the last allowed column
  • CropWriter::queue_char replaces tabs like queue_unstyled_char does
  • a char which doesn't fit the remaining width stops CropWriter's char-level writing, instead of letting a following narrower char take its column

v0.35.2 - 2026-08-21

  • fix code blocks overflowing the available width when a line is wider than it, instead of being wrapped - Fix #80 - Thanks @​youdie006

v0.35.1 - 2026-07-11

  • Fix a panic in some cases of tables with rows having more columns than the header row - Fix #77

v0.35.0 - 2026-07-10

  • Support for ordered lists, and their depth dependent styling - Fix #75
  • Unordered list items can also be created with - and + and not just *
  • CompoundStyle, LineStyle, and StyledChar are now Copy

v0.34.1 - 2025-11-24

  • new skin functions taking a Write as argument: write_expander, write_owning_expander and write_owning_expander_md

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 14, 2026
@codecov-commenter

codecov-commenter commented Sep 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.00%. Comparing base (79a4c5d) to head (7662cc1).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #53   +/-   ##
=======================================
  Coverage   94.00%   94.00%           
=======================================
  Files          12       12           
  Lines         550      550           
=======================================
  Hits          517      517           
  Misses         33       33           
Flag Coverage Δ
unit 94.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Bumps [termimad](https://github.com/Canop/termimad) from 0.34.0 to 0.35.4.
- [Changelog](https://github.com/Canop/termimad/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Canop/termimad/commits)

---
updated-dependencies:
- dependency-name: termimad
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/termimad-0.35.4 branch from 9af1b15 to c05349d Compare September 15, 2026 04:22
@terror
terror merged commit 1c5d78c into master Sep 15, 2026
6 checks passed
@terror
terror deleted the dependabot/cargo/termimad-0.35.4 branch September 15, 2026 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants