Skip to content

Commit

Permalink
Merge pull request #96 from ekroon/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--spark-rs

chore(main): release 0.6.0
  • Loading branch information
ekroon committed Dec 29, 2022
2 parents 769673b + 2603b19 commit a9050d6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.6.0](https://github.com/ekroon/spark-rs/compare/v0.5.0...v0.6.0) (2022-12-29)


### Features

* add --min --max support ([769673b](https://github.com/ekroon/spark-rs/commit/769673bf3d59aa40605e1aefe2de234c32d30aeb))


### Refactoring

* fix clippy ([50ec76b](https://github.com/ekroon/spark-rs/commit/50ec76b8a0da266d967949479bb1b2c867fee38b))

## [0.5.0](https://github.com/ekroon/spark-rs/compare/v0.4.3...v0.5.0) (2022-12-28)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "spark-rs"
description = "Sparklines for the console"
version = "0.5.0"
version = "0.6.0"
authors = ["Erwin Kroon <erwin@k3n.nl>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit a9050d6

Please sign in to comment.