Skip to content

Commit

Permalink
Merge pull request #95 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.5.0
  • Loading branch information
ekroon committed Dec 28, 2022
2 parents eefe019 + bdbdede commit 1d80044
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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


### Features

* add support for different ticks ([d425d95](https://github.com/ekroon/spark-rs/commit/d425d95699c58f587d1321f6291dd0f644e2fee5))


### Bug Fixes

* `spark --ticks abcd 1 2 3 4 5 6 7 8` was incorrect ([d425d95](https://github.com/ekroon/spark-rs/commit/d425d95699c58f587d1321f6291dd0f644e2fee5))


### Refactoring

* use sparklines dependency ([7315b84](https://github.com/ekroon/spark-rs/commit/7315b843b2debf82b407762de2a8ad1954be3cb1))

## [0.4.3](https://github.com/ekroon/spark-rs/compare/v0.4.2...v0.4.3) (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.4.3"
version = "0.5.0"
authors = ["Erwin Kroon <erwin@k3n.nl>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 1d80044

Please sign in to comment.