mirror of
https://github.com/gotempsh/temps.git
synced 2026-04-24 22:06:00 +03:00
[PR #1] [MERGED] Release 0.0.1 #10
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/temps#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feat/release-0-0-1📝 Commits (10+)
95c1876Clippy fixesb5913b9Clippy fix0f577ceFix warnings with clippy0898959docs: add CHANGELOG and release documentation9b942c3ci: update runner configuration for all tests to use ubuntu-latest-4-coresb5f18a9ci: enhance release workflow with macOS builds and disk cleanup steps1622b5cchore: update ci33ed9aechore: optimize release profile and clean up CI workflowscda0049docs: overhaul README for clarity and structure09191e3chore: 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.