Skip to content

chore: bump version to 1.0.0 - #112

Merged
lambdalisue merged 1 commit into
mainfrom
release/v1.0.0
Sep 7, 2026
Merged

lambdalisue merged 1 commit into
mainfrom
release/v1.0.0

Conversation

@lambdalisue

Copy link
Copy Markdown
Member

Summary

  • Update version to 1.0.0 in deno.json
  • Update deno.lock to reflect new version
  • Update flake.lock with latest dependencies

Test plan

  • CI checks pass (verify, scenario-test, scenario-test-nix)
  • Ready to merge and trigger publish workflow

Copilot AI lite review requested due to automatic review settings September 7, 2026 15:44
@lambdalisue lambdalisue self-assigned this Sep 7, 2026
@lambdalisue
lambdalisue merged commit 5f5bae9 into main Sep 7, 2026
5 checks passed
@lambdalisue
lambdalisue deleted the release/v1.0.0 branch September 7, 2026 15:47

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 Changes recommended

The 1.0.0 version bump appears inconsistent with the repository’s self-import/version ranges reflected in deno.json/deno.lock, which likely needs to be aligned before publishing.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR prepares the repository for a 1.0.0 release by updating the Deno package version and refreshing lockfiles (Deno + Nix) so downstream tooling and reproducible environments align with the release state.

Changes:

  • Bump deno.json package version from 0.21.0 to 1.0.0.
  • Update deno.lock dependency graph/metadata.
  • Refresh flake.lock to a newer nixpkgs revision.
File summaries
File Description
deno.json Updates the published package version to 1.0.0.
deno.lock Updates locked specifiers and includes an updated dependency entry for @probitas/probitas.
flake.lock Advances nixpkgs lock to newer revision/hash for Nix reproducibility.
Review details
  • Files reviewed: 1/3 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread deno.json
{
"name": "@probitas/probitas",
"version": "0.21.0",
"version": "1.0.0",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants