Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/baseline-cpu-fallback.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bsql-baseline-fallback.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-suns-vanish.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/cli-darwin-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/cli-darwin-arm64

## 0.7.1

## 0.7.0

## 0.6.0
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/cli-darwin-arm64",
"version": "0.7.0",
"version": "0.7.1",
"description": "bunny.net CLI binary for macOS arm64",
"os": [
"darwin"
Expand Down
2 changes: 2 additions & 0 deletions packages/cli-darwin-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/cli-darwin-x64

## 0.7.1

## 0.7.0

## 0.6.0
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/cli-darwin-x64",
"version": "0.7.0",
"version": "0.7.1",
"description": "bunny.net CLI binary for macOS x64",
"os": [
"darwin"
Expand Down
2 changes: 2 additions & 0 deletions packages/cli-linux-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/cli-linux-arm64

## 0.7.1

## 0.7.0

## 0.6.0
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/cli-linux-arm64",
"version": "0.7.0",
"version": "0.7.1",
"description": "bunny.net CLI binary for Linux arm64",
"os": [
"linux"
Expand Down
2 changes: 2 additions & 0 deletions packages/cli-linux-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/cli-linux-x64

## 0.7.1

## 0.7.0

## 0.6.0
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/cli-linux-x64",
"version": "0.7.0",
"version": "0.7.1",
"description": "bunny.net CLI binary for Linux x64",
"os": [
"linux"
Expand Down
2 changes: 2 additions & 0 deletions packages/cli-windows-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/cli-windows-x64

## 0.7.1

## 0.7.0

## 0.6.0
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-windows-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/cli-windows-x64",
"version": "0.7.0",
"version": "0.7.1",
"description": "bunny.net CLI binary for Windows x64",
"os": [
"win32"
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @bunny.net/cli

## 0.7.1

### Patch Changes

- [#97](https://github.com/BunnyWay/cli/pull/97) [`b122269`](https://github.com/BunnyWay/cli/commit/b122269a5f5523302bccccba383460703818ac75) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - fix(install): ship a baseline (non-AVX2) build for older x64 CPUs that crashed with "Illegal instruction" — the installer auto-selects it, and the npm wrapper falls back to it on SIGILL

- [#102](https://github.com/BunnyWay/cli/pull/102) [`b4c1bd9`](https://github.com/BunnyWay/cli/commit/b4c1bd9029a8ee296e14a65447c04a6144ec330e) Thanks [@nocanoa](https://github.com/nocanoa)! - Added bunny color to the table head and also the help overview.

## 0.7.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/cli",
"version": "0.7.0",
"version": "0.7.1",
"type": "module",
"module": "src/index.ts",
"bin": {
Expand All @@ -27,11 +27,11 @@
"zod": "^4.3.6"
},
"optionalDependencies": {
"@bunny.net/cli-linux-x64": "0.7.0",
"@bunny.net/cli-linux-arm64": "0.7.0",
"@bunny.net/cli-darwin-x64": "0.7.0",
"@bunny.net/cli-darwin-arm64": "0.7.0",
"@bunny.net/cli-windows-x64": "0.7.0"
"@bunny.net/cli-linux-x64": "0.7.1",
"@bunny.net/cli-linux-arm64": "0.7.1",
"@bunny.net/cli-darwin-x64": "0.7.1",
"@bunny.net/cli-darwin-arm64": "0.7.1",
"@bunny.net/cli-windows-x64": "0.7.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 2 additions & 0 deletions packages/database-shell-darwin-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/database-shell-darwin-arm64

## 0.2.4

## 0.2.3

## 0.2.2
Expand Down
2 changes: 1 addition & 1 deletion packages/database-shell-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/database-shell-darwin-arm64",
"version": "0.2.3",
"version": "0.2.4",
"description": "Bunny Database shell binary for macOS arm64",
"os": [
"darwin"
Expand Down
2 changes: 2 additions & 0 deletions packages/database-shell-darwin-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/database-shell-darwin-x64

## 0.2.4

## 0.2.3

## 0.2.2
Expand Down
2 changes: 1 addition & 1 deletion packages/database-shell-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/database-shell-darwin-x64",
"version": "0.2.3",
"version": "0.2.4",
"description": "Bunny Database shell binary for macOS x64",
"os": [
"darwin"
Expand Down
2 changes: 2 additions & 0 deletions packages/database-shell-linux-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/database-shell-linux-arm64

## 0.2.4

## 0.2.3

## 0.2.2
Expand Down
2 changes: 1 addition & 1 deletion packages/database-shell-linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/database-shell-linux-arm64",
"version": "0.2.3",
"version": "0.2.4",
"description": "Bunny Database shell binary for Linux arm64",
"os": [
"linux"
Expand Down
2 changes: 2 additions & 0 deletions packages/database-shell-linux-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/database-shell-linux-x64

## 0.2.4

## 0.2.3

## 0.2.2
Expand Down
2 changes: 1 addition & 1 deletion packages/database-shell-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/database-shell-linux-x64",
"version": "0.2.3",
"version": "0.2.4",
"description": "Bunny Database shell binary for Linux x64",
"os": [
"linux"
Expand Down
2 changes: 2 additions & 0 deletions packages/database-shell-windows-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/database-shell-windows-x64

## 0.2.4

## 0.2.3

## 0.2.2
Expand Down
2 changes: 1 addition & 1 deletion packages/database-shell-windows-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/database-shell-windows-x64",
"version": "0.2.3",
"version": "0.2.4",
"description": "Bunny Database shell binary for Windows x64",
"os": [
"win32"
Expand Down
6 changes: 6 additions & 0 deletions packages/database-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bunny.net/database-shell

## 0.2.4

### Patch Changes

- [#97](https://github.com/BunnyWay/cli/pull/97) [`b122269`](https://github.com/BunnyWay/cli/commit/b122269a5f5523302bccccba383460703818ac75) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - fix(bsql): fall back to a baseline (non-AVX2) binary on older x64 CPUs that crashed with "Illegal instruction"

## 0.2.3

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/database-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/database-shell",
"version": "0.2.3",
"version": "0.2.4",
"type": "module",
"module": "src/index.ts",
"bin": {
Expand All @@ -18,11 +18,11 @@
"cli-table3": "^0.6.5"
},
"optionalDependencies": {
"@bunny.net/database-shell-linux-x64": "0.2.3",
"@bunny.net/database-shell-linux-arm64": "0.2.3",
"@bunny.net/database-shell-darwin-x64": "0.2.3",
"@bunny.net/database-shell-darwin-arm64": "0.2.3",
"@bunny.net/database-shell-windows-x64": "0.2.3"
"@bunny.net/database-shell-linux-x64": "0.2.4",
"@bunny.net/database-shell-linux-arm64": "0.2.4",
"@bunny.net/database-shell-darwin-x64": "0.2.4",
"@bunny.net/database-shell-darwin-arm64": "0.2.4",
"@bunny.net/database-shell-windows-x64": "0.2.4"
},
"publishConfig": {
"access": "public"
Expand Down