[PR #1] [MERGED] Release 0.0.1 #10

Closed
opened 2026-03-02 05:12:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gotempsh/temps/pull/1
Author: @dviejokfs
Created: 10/22/2025
Status: Merged
Merged: 1/11/2026
Merged by: @dviejokfs

Base: mainHead: feat/release-0-0-1


📝 Commits (10+)

  • 95c1876 Clippy fixes
  • b5913b9 Clippy fix
  • 0f577ce Fix warnings with clippy
  • 0898959 docs: add CHANGELOG and release documentation
  • 9b942c3 ci: update runner configuration for all tests to use ubuntu-latest-4-cores
  • b5f18a9 ci: enhance release workflow with macOS builds and disk cleanup steps
  • 1622b5c chore: update ci
  • 33ed9ae chore: optimize release profile and clean up CI workflows
  • cda0049 docs: overhaul README for clarity and structure
  • 09191e3 chore: update TimescaleDB image references to use latest version

📊 Changes

1346 files changed (+371255 additions, -25560 deletions)

View changed files

.dockerignore (+83 -0)
.github/CHANGELOG_TEMPLATE.md (+112 -0)
.github/workflows/changelog-check.yml (+112 -0)
.github/workflows/release.yml (+545 -0)
📝 .github/workflows/rust-tests.yml (+75 -5)
.github/workflows/test-release.yml (+118 -0)
📝 .gitignore (+2 -0)
.pre-commit-config.yaml (+41 -0)
CHANGELOG.md (+39 -0)
📝 CLAUDE.md (+790 -17)
📝 Cargo.lock (+5826 -954)
📝 Cargo.toml (+63 -7)
Dockerfile (+220 -0)
Dockerfile.release (+36 -0)
README.md (+1258 -0)
apps/localtemps/.gitignore (+24 -0)
apps/localtemps/README.md (+7 -0)
apps/localtemps/bun.lock (+581 -0)
apps/localtemps/components.json (+21 -0)
apps/localtemps/index.html (+14 -0)

...and 80 more files

📄 Description

Prepare fixes, tests and code quality for the first release


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gotempsh/temps/pull/1 **Author:** [@dviejokfs](https://github.com/dviejokfs) **Created:** 10/22/2025 **Status:** ✅ Merged **Merged:** 1/11/2026 **Merged by:** [@dviejokfs](https://github.com/dviejokfs) **Base:** `main` ← **Head:** `feat/release-0-0-1` --- ### 📝 Commits (10+) - [`95c1876`](https://github.com/gotempsh/temps/commit/95c18761193e5b11db89a04e31ea4866eaba1b7e) Clippy fixes - [`b5913b9`](https://github.com/gotempsh/temps/commit/b5913b996b7a211137b455e714c10de502ee8778) Clippy fix - [`0f577ce`](https://github.com/gotempsh/temps/commit/0f577ceff2959c202233f40400eaf1d1d0158a9e) Fix warnings with clippy - [`0898959`](https://github.com/gotempsh/temps/commit/089895922664e82e91b16b9ade458a1ba71253b0) docs: add CHANGELOG and release documentation - [`9b942c3`](https://github.com/gotempsh/temps/commit/9b942c3393e38fb0acb03c9247e165d050e556a4) ci: update runner configuration for all tests to use ubuntu-latest-4-cores - [`b5f18a9`](https://github.com/gotempsh/temps/commit/b5f18a9b370b86bb8a48dae21639adf40377ff88) ci: enhance release workflow with macOS builds and disk cleanup steps - [`1622b5c`](https://github.com/gotempsh/temps/commit/1622b5c01eee3ef315d28cfe5da3cc8881abe147) chore: update ci - [`33ed9ae`](https://github.com/gotempsh/temps/commit/33ed9ae4782238fd4d3d7f5d1ed49abada9f32e2) chore: optimize release profile and clean up CI workflows - [`cda0049`](https://github.com/gotempsh/temps/commit/cda00497e850c99d210abd57e2a83b4fa08a1fe5) docs: overhaul README for clarity and structure - [`09191e3`](https://github.com/gotempsh/temps/commit/09191e3e215d931b5f7133596a790fceee4731e0) chore: update TimescaleDB image references to use latest version ### 📊 Changes **1346 files changed** (+371255 additions, -25560 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+83 -0) ➕ `.github/CHANGELOG_TEMPLATE.md` (+112 -0) ➕ `.github/workflows/changelog-check.yml` (+112 -0) ➕ `.github/workflows/release.yml` (+545 -0) 📝 `.github/workflows/rust-tests.yml` (+75 -5) ➕ `.github/workflows/test-release.yml` (+118 -0) 📝 `.gitignore` (+2 -0) ➕ `.pre-commit-config.yaml` (+41 -0) ➕ `CHANGELOG.md` (+39 -0) 📝 `CLAUDE.md` (+790 -17) 📝 `Cargo.lock` (+5826 -954) 📝 `Cargo.toml` (+63 -7) ➕ `Dockerfile` (+220 -0) ➕ `Dockerfile.release` (+36 -0) ➕ `README.md` (+1258 -0) ➕ `apps/localtemps/.gitignore` (+24 -0) ➕ `apps/localtemps/README.md` (+7 -0) ➕ `apps/localtemps/bun.lock` (+581 -0) ➕ `apps/localtemps/components.json` (+21 -0) ➕ `apps/localtemps/index.html` (+14 -0) _...and 80 more files_ </details> ### 📄 Description Prepare fixes, tests and code quality for the first release --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 05:12:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/temps#10
No description provided.