chore: bump version to 0.0.50 - #155
Merged
Merged
Conversation
Ships since v0.0.49: - #154 `insta db query <service> [args...]` — run managed-DB (mysql/redis/mongodb) queries through the console exec API (postgres rejected; `--database` for mongo; `--branch`/`--json`). - #153 billing: name the right cause when an org is suspended (suspend-cause messages). npm version resyncs package-lock.json alongside package.json.
There was a problem hiding this comment.
No issues found across 2 files
You’re at about 91% of the monthly reviewed-line limit. You may want to disable incremental reviews to conserve quota. Reviews will continue until that limit is exceeded. If you need help avoiding interruptions, please contact contact@cubic.dev.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Version bump 0.0.49 → 0.0.50, cutting a release for everything merged since
v0.0.49.Ships
insta db query <service> [args...]— run managed-DB (mysql / redis / mongodb) queries through the console exec API. Postgres is rejected (it has the SQL editor /DATABASE_URL);--databasefor mongo,--branch/--jsonsupported.How
npm version 0.0.50 --no-git-tag-version— bumpspackage.jsonand resyncspackage-lock.json(only those two files change).After merge, tag
v0.0.50on main and push it to triggerrelease.yml(the only complete path: builds the native binaries and npm-publishespackage.json's version).🤖 Generated with Claude Code
Summary by cubic
Bumps
instafrom 0.0.49 to 0.0.50 to cut a release of everything merged since the last tag. Onlypackage.jsonandpackage-lock.jsonchange, with no behavior changes in the diff. This shipsinsta db queryfor managed-DB queries and a billing fix that names the correct org suspend cause. After merge, tagv0.0.50on main and push to trigger the release pipeline.Written for commit 126a344. Summary will update on new commits.