From 316514a3a1bcc6c3668684209b0393d111b70f6e Mon Sep 17 00:00:00 2001 From: Olav Stetter <olav.stetter@googlemail.com> Date: Sat, 7 Dec 2024 10:18:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Version=20bump=20to=20v0.16.0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should address #34 and relates to PR #35. --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7251cd8..c125a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,11 @@ All notable changes to uniplot will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.16.0] - 2024-12-07 ### Added - Examples folder. +- Added `plot_gen` function to support streaming use cases, and streaming + example script. Thanks to PabloRuizCuevas for idea and PR! ## [0.15.1] - 2024-11-03 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 1eb3193..2b97f01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uniplot" -version = "0.15.1" +version = "0.16.0" description = "Lightweight plotting to the terminal. 4x resolution via Unicode." authors = ["Olav Stetter <olav.stetter@googlemail.com>"] repository = "https://github.com/olavolav/uniplot"