Skip to content

Commit

Permalink
Release version 1.5.0 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslittle230 committed Jun 1, 2022
1 parent 8a3d7e9 commit d2df78d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions changelog.md
Expand Up @@ -2,6 +2,8 @@

## v1.5.0

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

### New Features

- Adds the Javascript registration option `transformResultUrl`, which, when
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "stork",
"version": "1.4.2",
"version": "1.5.0",
"description": "Impossibly fast web search, made for static sites.",
"main": "index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions stork-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "stork-search"
version = "1.4.2"
version = "1.5.0"
authors = ["James Little <littleguy23@gmail.com>"]
edition = "2021"
documentation = "https://stork-search.net/docs"
Expand Down Expand Up @@ -29,7 +29,7 @@ hyper = { version = "0.14.17", optional = true, features = ["server"] }
num-format = "0.4.0"
serde = "1.0.130"
serde_json = "1.0.68"
stork-lib = { path = "../stork-lib", version = "1.4.2", default-features = false }
stork-lib = { path = "../stork-lib", version = "1.5.0", default-features = false }
textwrap = { version = "0.14.2", features = ["terminal_size"] }
thiserror = "1.0.29"
tokio = { version = "1.17.0", optional = true, features = ["signal"] }
Expand Down
2 changes: 1 addition & 1 deletion stork-lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "stork-lib"
version = "1.4.2"
version = "1.5.0"
authors = ["James Little <littleguy23@gmail.com>"]
edition = "2021"
documentation = "https://stork-search.net/docs"
Expand Down
2 changes: 1 addition & 1 deletion stork-wasm/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "stork-wasm"
version = "1.4.2"
version = "1.5.0"
edition = "2021"

[lib]
Expand Down

0 comments on commit d2df78d

Please sign in to comment.