Skip to content

Commit

Permalink
bump vesion
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkah committed Feb 17, 2021
1 parent 8a084df commit 2c4bbfa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ and `Removed`.

## [Unreleased]

## [0.12.0] - 2021-02-17

### Added

- Custom themes can now be applied. See the [themes wiki] entry for more
- Custom themes can now be applied. See the [themes wiki](https://github.com/tarkah/tickrs/wiki/Themes) entry for more
information ([#69])

## [0.11.0] - 2021-02-12
Expand Down Expand Up @@ -93,5 +95,4 @@ and `Removed`.
[#63]: https://github.com/tarkah/tickrs/pull/63
[#66]: https://github.com/tarkah/tickrs/pull/66
[#67]: https://github.com/tarkah/tickrs/pull/67
[#69]: https://github.com/tarkah/tickrs/pull/69
[themes wiki]: https://github.com/tarkah/tickrs/wiki/Themes
[#69]: https://github.com/tarkah/tickrs/pull/69
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tickrs"
version = "0.11.0"
version = "0.12.0"
authors = ["tarkah <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -17,7 +17,7 @@ members = [
]

[dependencies]
tickrs-api = { path = "api/", version = "0.11.0" }
tickrs-api = { path = "api/", version = "0.12.0" }

anyhow = "1.0"
crossbeam-channel = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tickrs-api"
version = "0.11.0"
version = "0.12.0"
authors = ["tarkah <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 2c4bbfa

Please sign in to comment.