Skip to content

Commit

Permalink
release 3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
cormullion committed Jul 21, 2023
1 parent 4f9bfba commit c06decb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog

## [v3.21.0] -
## [v3.22.0] - 2023-07-21 12:45:58

### Added

## Changed

- ColorVectorSpace to v0.10

### Removed

### Deprecated

###################################################################

## [v3.21.0] - 2023-04023 09:00

### Added

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ColorSchemes"
uuid = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
authors = ["cormullion", "rafaqz", "gustaphe", "lwabeke", "NHDaly", "stevengj", "t-bltg", "asinghvi17", "davibarreira", "adrhill", "tecosaur", "jarredclloyd"]
version = "3.21.0"
version = "3.22.0"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Expand Down
2 changes: 1 addition & 1 deletion src/ColorSchemes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ Create new colorscheme by concatenating two colorschemes.
"""
*(cscheme1::ColorScheme, cscheme2::ColorScheme) = ColorScheme(vcat(cscheme1.colors, cscheme2.colors))

#include("precompile.jl")
include("precompile.jl")

# Aliases - Oxford spelling
const ColourScheme = ColorScheme
Expand Down

0 comments on commit c06decb

Please sign in to comment.