Skip to content

chore: version bump 0.8.0 → 0.8.1#53

Merged
memorysaver merged 1 commit intomainfrom
feature/version-bump-0.8.1
Feb 23, 2026
Merged

chore: version bump 0.8.0 → 0.8.1#53
memorysaver merged 1 commit intomainfrom
feature/version-bump-0.8.1

Conversation

@memorysaver
Copy link
Copy Markdown
Owner

Summary

  • Bump version from 0.8.0 to 0.8.1 across all 5 package.json files
  • Move CHANGELOG [Unreleased] to [0.8.1] - 2026-02-24
  • Update version references in docs/README.md and landing page badge

Test plan

  • Verify grep -r '"0.8.1"' --include="*.json" . | grep -v node_modules shows all 5 packages
  • Verify CHANGELOG has ## [0.8.1] - 2026-02-24 heading
  • Verify bun test && bun run check-types pass

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings February 23, 2026 17:41
@memorysaver memorysaver merged commit 285ec44 into main Feb 23, 2026
4 checks passed
@claude
Copy link
Copy Markdown

claude bot commented Feb 23, 2026

PR Review: chore: version bump 0.8.0 → 0.8.1

This is a clean, mechanical version bump. Overall it looks correct. A few observations:

✅ What looks good

  • All 5 package.json files updated consistently (apps/cli, apps/docs, packages/config, packages/core, packages/provider)
  • CHANGELOG follows Keep a Changelog format correctly:
    • [Unreleased] heading promoted to [0.8.1] - 2026-02-24
    • [Unreleased] comparison link updated to v0.8.1...HEAD
    • New [0.8.1] comparison link added pointing to v0.8.0...v0.8.1
  • Version references updated in both docs/README.md and the landing page badge in apps/docs/src/content/docs/index.mdx

⚠️ Minor observations

Date is one day ahead of today (2026-02-23): The CHANGELOG entry uses 2026-02-24. This is likely intentional if targeting tomorrow for the tag push, but worth confirming the tag will actually be pushed on that date. If the tag is pushed today, the date would be technically incorrect.

Test plan items are unchecked: The PR description lists three verification steps that are all still unchecked. Please confirm before merging:

grep -r '"0.8.1"' --include="*.json" . | grep -v node_modules

should show all 5 packages, and bun test && bun run check-types should pass.

No issues found

  • No code logic changes — this is purely mechanical
  • No security or performance concerns
  • No missing package.json files (5 is the correct count for this monorepo)

Approved contingent on verifying the test plan items and confirming the release date.

@memorysaver memorysaver deleted the feature/version-bump-0.8.1 branch February 23, 2026 17:42
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR bumps the version from 0.8.0 to 0.8.1 across the looplia-core monorepo. This is a patch release that includes new ZenMux model presets, removal of deprecated provider presets, and bug fixes for interactive build mode and test environment isolation.

Changes:

  • Updated version to 0.8.1 in all 5 package.json files (3 packages + 2 apps)
  • Moved CHANGELOG [Unreleased] section to [0.8.1] - 2026-02-24 with proper version comparison links
  • Updated version references in documentation files to reflect v0.8.1

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/provider/package.json Bumped version from 0.8.0 to 0.8.1
packages/core/package.json Bumped version from 0.8.0 to 0.8.1
packages/config/package.json Bumped version from 0.8.0 to 0.8.1
apps/docs/package.json Bumped version from 0.8.0 to 0.8.1
apps/cli/package.json Bumped version from 0.8.0 to 0.8.1
CHANGELOG.md Updated [Unreleased] to [0.8.1] - 2026-02-24 and added version comparison links
docs/README.md Updated 4 version references from v0.8.0 to v0.8.1
apps/docs/src/content/docs/index.mdx Updated version badge from v0.8.0 to v0.8.1

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants