Skip to content

Commit 096ea3c

Browse files
committed
updates for 3.28
1 parent 6504c37 commit 096ea3c

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
11
# Changelog
22

3-
## [v3.28.0] -
3+
## [v3.28.0] - 2025-01-21
44

55
### Added
6+
7+
- missing mako colormap to seaborn.jl (thanks @nealmckee)
8+
- Catppuccin color scheme (thanks @daviehh)
9+
- cmocean v2 :diff, :topo, :tarn and :rain colorschemes (thanks @evetion)
10+
11+
### Changed
12+
13+
### Removed
14+
15+
###################################################################
16+
17+
## [v3.27.1] - 2024-11-09
18+
19+
### Added
20+
621
### Changed
22+
23+
- compat
24+
725
### Removed
26+
827
### Deprecated
928

1029
###################################################################

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ColorSchemes"
22
uuid = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
33
authors = ["cormullion", "rafaqz", "gustaphe", "lwabeke", "NHDaly", "stevengj", "t-bltg", "asinghvi17", "davibarreira", "adrhill", "tecosaur", "jarredclloyd"]
4-
version = "3.27.1"
4+
version = "3.28.0"
55

66
[deps]
77
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"

0 commit comments

Comments
 (0)