Skip to content

Commit 08fa5ff

Browse files
committed
Update version and changelog
1 parent f2dd8c6 commit 08fa5ff

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project are documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/).
44

5+
## [0.11.0] — April 19th, 2026
6+
7+
### Added
8+
9+
* Add :chroma_ceiling option and expose :gamut in tonal visualizer.
10+
11+
* Drop seed label on gamut plot and add white-point legend entry.
12+
513
## [0.10.0] — April 19th, 2026
614

715
### Added

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Color.MixProject do
22
use Mix.Project
33

4-
@version "0.10.0"
4+
@version "0.11.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)