tenox7 / ttyplot

a realtime plotting utility for terminal/console with data input from stdin
Apache License 2.0
956 stars 42 forks source link

ver bump #180

Closed tenox7 closed 1 month ago

edgar-bonet commented 1 month ago

I think the CI is failing because the PR is missing this change:

diff --git a/recordings/expected.txt b/recordings/expected.txt
index 0787a65..f191fdc 100644
--- a/recordings/expected.txt
+++ b/recordings/expected.txt
@@ -19,7 +19,7 @@
 |  │                                                                                       |
 |  └─────────────────────────────────────────────────────────────────────────────────────> |
 |     X                                                           Thu Jan  1 00:00:00 1970 |
-|                                                  https://github.com/tenox7/ttyplot 1.6.2 |
+|                                                  https://github.com/tenox7/ttyplot 1.6.5 |
 +------------------------------------------------------------------------------------------+

 [90x20] Frame 2:
@@ -43,7 +43,7 @@
 |  │                                                                                    XX |
 |  └─────────────────────────────────────────────────────────────────────────────────────> |
 |     X last=3.0 min=1.0 max=3.0 avg=2.0                          Thu Jan  1 00:00:00 1970 |
-|       last=4.0 min=2.0 max=4.0 avg=3.0           https://github.com/tenox7/ttyplot 1.6.2 |
+|       last=4.0 min=2.0 max=4.0 avg=3.0           https://github.com/tenox7/ttyplot 1.6.5 |
 +------------------------------------------------------------------------------------------+

 [90x20] Frame 3:
@@ -67,6 +67,6 @@
 |  │                                                                                    XX |
 |  └─────────────────────────────────────────────────────────────────────────────────────> |
 |     X last=3.0 min=1.0 max=3.0 avg=2.0                          Thu Jan  1 00:00:00 1970 |
-|       last=4.0 min=2.0 max=4.0 avg=3.0           https://github.com/tenox7/ttyplot 1.6.2 |
+|       last=4.0 min=2.0 max=4.0 avg=3.0           https://github.com/tenox7/ttyplot 1.6.5 |
 +------------------------------------------------------------------------------------------+
chenrui333 commented 1 month ago

@tenox7 any luck with this pr?

tenox7 commented 1 month ago

@edgar-bonet or @hartwork please approve and merge? thanks

hartwork commented 1 month ago

@edgar-bonet ideally the tag would sit on some commit that (1) includes all changes from that release (which tag 1.6.5 violates btw) and (2) is a predecessor to (or equal of) the default branch. Tag latest master after merge satisfies that when targetting the right commit.