Skip to content
Open
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project are documented in this file.
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/spec/v2.0.0.html).

## [1.0.1](https://github.com/codexofc/cigarspace/compare/v1.0.0...v1.0.1) (2026-05-25)


### Bug Fixes

* **ci:** build only the light Docker image β€” demo needs PG apt repo ([#36](https://github.com/codexofc/cigarspace/issues/36)) ([121f5b7](https://github.com/codexofc/cigarspace/commit/121f5b724f01baeed3d474ed84c5f42f34f03ba2))
* **ci:** omit network-tier fetchers from coverage gate; non-block frontend lint ([#33](https://github.com/codexofc/cigarspace/issues/33)) ([91ef94f](https://github.com/codexofc/cigarspace/commit/91ef94f98b45511e7f0db1c9a4d6efffea1a1754))
* **ci:** unblock CI β€” ruff ignore list + .npmrc for legacy peer deps ([#31](https://github.com/codexofc/cigarspace/issues/31)) ([427af35](https://github.com/codexofc/cigarspace/commit/427af3510c921678e88be7090e116b505d8948eb))
* **deps:** patch Pillow, pytest, vite, esbuild β€” closes 14 security alerts ([#23](https://github.com/codexofc/cigarspace/issues/23)) ([abb42a0](https://github.com/codexofc/cigarspace/commit/abb42a0b174fc777e7b37ab7bc6d94d6ef3f9236))
* **docker:** copy web/.npmrc into the build context ([#35](https://github.com/codexofc/cigarspace/issues/35)) ([9f0a2b9](https://github.com/codexofc/cigarspace/commit/9f0a2b9a58b58d8afac85810725cc0345cc3b62d))
* **lint:** sync remaining ruff --fix output to public repo ([#32](https://github.com/codexofc/cigarspace/issues/32)) ([3cc89c7](https://github.com/codexofc/cigarspace/commit/3cc89c73200bb8b730e2fa5f44f21d4ac328be94))
* **web:** vitest --passWithNoTests so empty CI doesn't fail ([#34](https://github.com/codexofc/cigarspace/issues/34)) ([0ad1e39](https://github.com/codexofc/cigarspace/commit/0ad1e39e210fce7d708c0b442bf80b5c60a47595))

## [Unreleased]

## [1.0.0] β€” 2026-05-25
Expand Down