Skip to content

Commit b946a78

Browse files
Update version numbers, add changelog (#334)
* Update version numbers, add changelog * stash changes between checkouts * restore cache when installing just * bump cli → lib dependency version
1 parent 4dbe004 commit b946a78

File tree

8 files changed

+96
-37
lines changed

8 files changed

+96
-37
lines changed

.github/workflows/ci-on-push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
crate: wasm-pack
2525

2626
- name: Set up just
27+
if: steps.cache.outputs.cache-hit != 'true'
2728
uses: actions-rs/[email protected]
2829
with:
2930
crate: just
@@ -136,6 +137,7 @@ jobs:
136137
$SETUP_REPO
137138
$RUN_BENCHMARK > ${{ env.BASELINE_JSON }}
138139
140+
git stash
139141
git checkout ${{ github.event.pull_request.head.sha }}
140142
$SETUP_REPO
141143
$RUN_BENCHMARK > ${{ env.CONTENDER_JSON }}

Cargo.lock

Lines changed: 75 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v1.6.0
4+
5+
[Jan 11, 2023](https://github.com/jameslittle230/stork/releases/tag/v1.6.0)
6+
7+
### New Features
8+
9+
- Timestamp formatting for SRT files is now functional, and the [documentation](https://stork-search.net/docs/srt), which previously referenced unimplemented features, is now accurate.
10+
- The `x` SVG is now horizontally centered within the button.
11+
12+
### Other
13+
14+
- Internal dependency updates
15+
316
## v1.5.0
417

518
[May 31, 2022](https://github.com/jameslittle230/stork/releases/tag/v1.5.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stork",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Impossibly fast web search, made for static sites.",
55
"main": "index.js",
66
"repository": {

stork-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stork-search"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
authors = ["James Little <[email protected]>"]
55
edition = "2021"
66
documentation = "https://stork-search.net/docs"
@@ -29,7 +29,7 @@ hyper = { version = "0.14.17", optional = true, features = ["server"] }
2929
num-format = "0.4.0"
3030
serde = "1.0.130"
3131
serde_json = "1.0.68"
32-
stork-lib = { path = "../stork-lib", version = "1.5.0", default-features = false }
32+
stork-lib = { path = "../stork-lib", version = "1.6.0", default-features = false }
3333
textwrap = { version = "0.14.2", features = ["terminal_size"] }
3434
thiserror = "1.0.29"
3535
tokio = { version = "1.18.4", optional = true, features = ["signal"] }

stork-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stork-lib"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
authors = ["James Little <[email protected]>"]
55
edition = "2021"
66
documentation = "https://stork-search.net/docs"

stork-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stork-wasm"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
edition = "2021"
55

66
[lib]

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4741,7 +4741,7 @@ static-extend@^0.1.1:
47414741
object-copy "^0.1.0"
47424742

47434743
stork-search@./stork-wasm/pkg:
4744-
version "2.0.0"
4744+
version "1.6.0"
47454745

47464746
string-length@^4.0.1:
47474747
version "4.0.2"

0 commit comments

Comments
 (0)