Skip to content

Commit

Permalink
0.7.2 RC (#46)
Browse files Browse the repository at this point in the history
* Move executable from frontend to stork

* Delete files

* more ignored files
  • Loading branch information
jameslittle230 committed Jun 19, 2020
1 parent 27f48c2 commit c8fb0be
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 74 deletions.
14 changes: 13 additions & 1 deletion .gitignore
@@ -1,3 +1,4 @@
# Build Artifacts
/target
**/*.rs.bk
node_modules
Expand All @@ -7,8 +8,19 @@ node_modules
/wasm-pack.log
coverage

# Test Files
scripts/*_exe.sh
test/federalist/*.txt
test/3b1b/*.srt
test/*.st
yarn-error.log
yarn-error.log

# Development Files
.DS_Store
# Vim Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
18 changes: 0 additions & 18 deletions .vscode/launch.json

This file was deleted.

10 changes: 0 additions & 10 deletions .vscode/settings.json

This file was deleted.

18 changes: 0 additions & 18 deletions .vscode/tasks.json

This file was deleted.

2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "stork-search"
version = "0.7.1"
version = "0.7.2"
authors = ["James Little <littleguy23@gmail.com>"]
edition = "2018"
documentation = "https://stork-search.net/docs"
Expand Down
23 changes: 0 additions & 23 deletions deploy-runbook.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "stork-search",
"version": "0.7.1",
"version": "0.7.2",
"description": "Impossibly fast web search, made for static sites.",
"main": "index.js",
"repository": {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/bin/frontend/main.rs → src/bin/stork/main.rs
Expand Up @@ -12,7 +12,7 @@ use stork::config::Config;
use num_format::{Locale, ToFormattedString};

const HELP_TEXT: &str = r#"
Stork 1.0.0 -- by James Little
Stork 0.7.2 -- by James Little
https://stork-search.net
Impossibly fast web search, made for static sites.
Expand Down

0 comments on commit c8fb0be

Please sign in to comment.