Skip to content

Commit c06decb

Browse files
committed
release 3.22
1 parent 4f9bfba commit c06decb

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

3-
## [v3.21.0] -
3+
## [v3.22.0] - 2023-07-21 12:45:58
4+
5+
### Added
6+
7+
## Changed
8+
9+
- ColorVectorSpace to v0.10
10+
11+
### Removed
12+
13+
### Deprecated
14+
15+
###################################################################
16+
17+
## [v3.21.0] - 2023-04023 09:00
418

519
### Added
620

Project.toml

Lines changed: 1 addition & 1 deletion
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.21.0"
4+
version = "3.22.0"
55

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

src/ColorSchemes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ Create new colorscheme by concatenating two colorschemes.
391391
"""
392392
*(cscheme1::ColorScheme, cscheme2::ColorScheme) = ColorScheme(vcat(cscheme1.colors, cscheme2.colors))
393393

394-
#include("precompile.jl")
394+
include("precompile.jl")
395395

396396
# Aliases - Oxford spelling
397397
const ColourScheme = ColorScheme

0 commit comments

Comments
 (0)