Skip to content

Commit ed081fb

Browse files
committed
Update version and changelog
1 parent 8c136ca commit ed081fb

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.1] — April 25th, 2026
6+
7+
### Bug Fixes
8+
9+
* Conditionally compile Visualizer and Standalone on optional deps.
10+
511
## [0.12.0] — April 23rd, 2026
612

713
### Adds

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"
4+
@version "0.12.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)