Skip to content

Commit

Permalink
Release v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
epompeii committed Aug 5, 2023
1 parent f7c54ff commit 0ea362a
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
24 changes: 12 additions & 12 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 @@ -2,7 +2,7 @@
members = ["services/api", "services/cli", "lib/*", "plus/*", "xtask"]

[workspace.package]
version = "0.3.5"
version = "0.3.6"
authors = ["Everett Pompeii <everett@bencher.dev>"]
edition = "2021"

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/ui/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/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bencher-ui",
"version": "0.3.5",
"version": "0.3.6",
"description": "Bencher Web UI",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion services/ui/src/components/docs/api/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.5"
"version": "0.3.6"
},
"paths": {
"/v0/auth/confirm": {
Expand Down
2 changes: 1 addition & 1 deletion services/ui/src/docs/reference/Changelog.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Pending `v0.3.6`
## `v0.3.6`
- Fix multi-Metric Kind bug for Perf Plot Report selection
- Require minimum and maximum sample sizes to be greater than or equal to two
- Allow system Metric Kinds (ie Latency, Throughput, etc) to be deleted and recreated via a later Report
Expand Down

0 comments on commit 0ea362a

Please sign in to comment.