From 10a95bb1a2c7137e17d71562084aaf581c05fe7e Mon Sep 17 00:00:00 2001 From: Erwin Kroon <123574+ekroon@users.noreply.github.com> Date: Thu, 29 Dec 2022 23:20:05 +0100 Subject: [PATCH] chore(main): release 0.2.0 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5df4fb5..a42c7ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project 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). +## [0.2.0](https://github.com/ekroon/sparklines/compare/v0.1.1...v0.2.0) (2022-12-29) + + +### Features + +* add min max support ([4dab12e](https://github.com/ekroon/sparklines/commit/4dab12eb65c703ca8d53936d9117eeb34c4b373b)) +* add support for different index calculation ([4dab12e](https://github.com/ekroon/sparklines/commit/4dab12eb65c703ca8d53936d9117eeb34c4b373b)) + ## [0.1.1](https://github.com/ekroon/sparklines/compare/v0.1.0...v0.1.1) (2022-12-28) diff --git a/Cargo.toml b/Cargo.toml index 2de8910..b51beb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sparklines" description = "Sparklines library" -version = "0.1.1" +version = "0.2.0" authors = ["Erwin Kroon "] repository = "https://github.com/ekroon/sparklines" edition = "2021"