Skip to content

Commit

Permalink
Release v0.3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
epompeii committed Dec 17, 2023
1 parent d68a6a6 commit 22abfbc
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.23"
version = "0.3.24"
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.23"
"version": "0.3.24"
},
"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.23",
"version": "0.3.24",
"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.24`
## `v0.3.24`
- Add URL fragment links to all headings [🔗](#v0324)
- Fix browser navigation to replace history for automatic query args, like pagination
- Scroll to top of page when changing paginated pages
Expand Down

0 comments on commit 22abfbc

Please sign in to comment.