Skip to content

Commit 5bba420

Browse files
committed
Update changelog and version
1 parent 2c40085 commit 5bba420

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +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.12.0]Unreleased
5+
## [0.12.0]April 23rd, 2026
66

77
### Adds
88

99
* `Color.Palette.sort/2` to sort colors.
1010

11+
* Add Color.Material and :material_pbr sort strategy for mixed finishes.
12+
1113
### Bug Fixes
1214

1315
* Pin form row under header and add favicon link.

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.12.0-dev"
4+
@version "0.12.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)