Skip to content

Commit d9f8111

Browse files
committed
Fix changelog
1 parent 6bd00cf commit d9f8111

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.8.0] — April 16th, 2026
6+
7+
### Bug Fixes
8+
9+
* Smooth the tonal lightness gradient for the palette.
10+
11+
### Changed
12+
13+
* Generate Tailwind 4 classes, not Tailwind 3.
14+
515
## [0.7.0] — April 16th, 2026
616

717
### Changed

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.7.0"
4+
@version "0.8.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)