Skip to content

Commit 7bd60d0

Browse files
committed
Update version and changelog
1 parent 1a4422b commit 7bd60d0

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.7.0] — April 16th, 2026
6+
7+
### Changed
8+
9+
* Generate Tailwind 4 classes, not Tailwind 3.
10+
511
## [0.6.0] — April 15th, 2026
612

713
### 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.6.0"
4+
@version "0.7.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)