Skip to content

chore: release 0.9.0#80

Merged
guptarohit merged 2 commits intomasterfrom
release-please--branches--master
Mar 28, 2026
Merged

chore: release 0.9.0#80
guptarohit merged 2 commits intomasterfrom
release-please--branches--master

Conversation

@guptarohit
Copy link
Copy Markdown
Owner

@guptarohit guptarohit commented Mar 28, 2026

🤖 I have created a release beep boop

0.9.0 (2026-03-28)

Added

  • cli: add -xmin, -xmax, and -xt flags for X-axis support (24e8e38)
  • line ending option for raw terminals (0148570)
  • line ending option for raw terminals (573072e)
  • options: add X-axis configuration types and option functions (4e5e0a8)
  • plot: implement X-axis rendering with tick marks and labels (6c1bb15)

Fixed

  • 32-bit compile overflow and release workflow cleanup (451bece)
  • 32-bit compile overflow and release workflow cleanup (#74) (7f76123)
  • axis: remove redundant maxWidth assignment (134f68d)
  • display values for Y-axis when data points are all identical (1e527b8)
  • display values for Y-axis when data points are all identical (41e8421), closes #61
  • docker: add OCI labels to Dockerfile for ghcr.io metadata (f83d907)
  • docker: add OCI labels to Dockerfile for ghcr.io metadata (#76) (02f3e4a)
  • legend: prevent panic when only legends are set without series colors (20e1ef8)
  • legend: prevent panic when only legends are set without series colors (9220833)
  • plot: compute X-axis tick values in value-space, use %.2f when visible ticks have decimals (aa3eff7)

Changed

  • axis: remove minNumLength sentinel from formatter path (8a81a67)
  • options: add X-axis box-drawing characters to default CharSet (6e65c25)
  • release: update goreleaser config for v2 (94f69c0)
  • Rename min/max variables to avoid builtin conflicts (275d495)

This PR was generated with Release Please. See documentation.

@coveralls
Copy link
Copy Markdown

coveralls commented Mar 28, 2026

Pull Request Test Coverage Report for Build 23684248013

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.892%

Totals Coverage Status
Change from base Build 23684199713: 0.0%
Covered Lines: 575
Relevant Lines: 619

💛 - Coveralls

@guptarohit guptarohit force-pushed the release-please--branches--master branch from 687e7af to 33123e8 Compare March 28, 2026 11:13
@guptarohit guptarohit force-pushed the release-please--branches--master branch from 33123e8 to 9139027 Compare March 28, 2026 11:17
@guptarohit guptarohit changed the title chore: release 0.10.0 chore: release 0.9.0 Mar 28, 2026
@guptarohit guptarohit force-pushed the release-please--branches--master branch from 9139027 to 9de946f Compare March 28, 2026 11:26
@guptarohit guptarohit merged commit 2032fdb into master Mar 28, 2026
11 checks passed
@guptarohit
Copy link
Copy Markdown
Owner Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How to avoid rounding when data points are of the same value

2 participants