Skip to content

Commit

Permalink
Release v0.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
epompeii committed Dec 2, 2023
1 parent a336f5e commit 31fcabd
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
28 changes: 14 additions & 14 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.17"
version = "0.3.18"
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.17"
"version": "0.3.18"
},
"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.17",
"version": "0.3.18",
"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.18`
## `v0.3.18`
- Add public Alert pages
- Add a `--ci-public-links` option to `bencher run` to only post public links to PRs
- Add a `--ci-with-metrics` option to `bencher run` to display benchmark metrics and boundary limits on PRs
Expand Down

0 comments on commit 31fcabd

Please sign in to comment.