Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.2.0"}
{".":"0.2.1"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/orikalk/palette/compare/v0.2.0...v0.2.1) (2026-08-23)


### Documentation

* point changelog at rewritten commits ([7e964e2](https://github.com/orikalk/palette/commit/7e964e2eefab122af59723ac2514d2a3e9ad712a))

## [0.2.0](https://github.com/orikalk/palette/compare/v0.1.0...v0.2.0) (2026-08-23)


Expand Down
2 changes: 1 addition & 1 deletion palette.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.0",
"version": "0.2.1",
"lapis": {
"name": "Lapis",
"dark": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "palette"
version = "0.2.0"
version = "0.2.1"
description = "Orikalk colour palette"
readme = "README.md"
requires-python = ">=3.14"
Expand Down