Skip to content

Commit

Permalink
Release v0.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
epompeii committed Dec 9, 2023
1 parent eb15929 commit fd36a19
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["services/api", "services/cli", "lib/*", "plus/*", "xtask"]
resolver = "2"

[workspace.package]
version = "0.3.22"
version = "0.3.23"
authors = ["Everett Pompeii <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion lib/bencher_valid/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.0.3",
"info": {
"title": "Bencher API",
"version": "0.3.22"
"version": "0.3.23"
},
"paths": {
"/": {
Expand Down
2 changes: 1 addition & 1 deletion services/action/dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions services/console/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/console/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bencher-ui",
"type": "module",
"version": "0.3.22",
"version": "0.3.23",
"scripts": {
"fmt": "npx biome format --write .",
"typeshare": "typeshare ../.. --lang=typescript --output-file=./src/types/bencher.ts",
Expand Down
2 changes: 1 addition & 1 deletion services/console/src/chunks/reference/en/changelog.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Pending `v0.3.23`
## `v0.3.23`
- Move CLI over to relaxed response parsing and add `--strict` flag to enable strict response parsing
- Add `--quiet` flag to `bencher run` to enable quite mode and only output the final Report JSON

Expand Down

0 comments on commit fd36a19

Please sign in to comment.