Skip to content

Commit 5b982d9

Browse files
committed
TextHeatmaps v1.1.0
1 parent 07cca0a commit 5b982d9

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# TextHeatmaps.jl
2+
## Version `v1.1.0`
3+
* ![Feature][badge-feature] Access color schemes through their symbols ([#3][pr-3])
4+
25
## Version `v1.0.1`
3-
- ![Enhancement][badge-enhancement] Restrict argument types of `heatmap` function ([e5eaa83][commit-e5eaa83])
6+
* ![Enhancement][badge-enhancement] Restrict argument types of `heatmap` function ([e5eaa83][commit-e5eaa83])
47

58
## Version `v1.0.0`
6-
- Initial release
9+
* Initial release
710

11+
[pr-3]: https://github.com/Julia-XAI/TextHeatmaps.jl/pull/3
812

9-
[commit-e5eaa83]: https://github.com/Julia-XAI/TextHeatmaps.jl/commit/e5eaa83ef7340dc9a5d4d2d0ab0c14d687151588
13+
[commit-e5eaa83]: https://github.com/Julia-XAI/TextHeatmaps.jl/commit/e5eaa83
1014

1115
[badge-breaking]: https://img.shields.io/badge/BREAKING-red.svg
1216
[badge-deprecation]: https://img.shields.io/badge/deprecation-orange.svg

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TextHeatmaps"
22
uuid = "2dd6718a-6083-4824-b9f7-90e4a57f72d2"
33
authors = ["Adrian Hill <[email protected]>"]
4-
version = "1.0.1"
4+
version = "1.1.0"
55

66
[deps]
77
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"

0 commit comments

Comments
 (0)