Skip to content

Commit

Permalink
Merge pull request #62 from mkantor/bump-version
Browse files Browse the repository at this point in the history
Bump version.
  • Loading branch information
mkantor authored Jun 27, 2021
2 parents 66ceb4a + ba2e1e3 commit 8ff1274
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 34 deletions.
62 changes: 31 additions & 31 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
@@ -1,6 +1,6 @@
[package]
name = "operator"
version = "0.1.2"
version = "0.2.0"
authors = ["Matt Kantor <[email protected]>"]
description = "A web server for static and dynamic content"
repository = "https://github.com/mkantor/operator"
Expand Down
2 changes: 1 addition & 1 deletion tests/snapshots/integration_tests__executables.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ error.txt.sh: "Unable to emit rendered content.\n\nCaused by:\n Process exite
ls.txt.sh: "NO-SNAPSHOT-random.bin.sh\nNO-SNAPSHOT-system-info.html.sh\ncat.txt.sh\ncount-cli-args.txt.sh\nerror.txt.sh\nls.txt.sh\noutput-and-error.txt.sh\npwd.txt.sh\nrender-data.txt.sh\nslow-error.txt.sh\nslow-template.txt.hbs\nslow.txt.sh\nsubdirectory\ntemplate.txt.hbs\n"
output-and-error.txt.sh: "Unable to emit rendered content.\n\nCaused by:\n Process exited with code 1\n"
pwd.txt.sh: "$PROJECT_DIRECTORY/samples/executables\n"
render-data.txt.sh: "{\"/\":{\"NO-SNAPSHOT-random\":\"/NO-SNAPSHOT-random\",\"NO-SNAPSHOT-system-info\":\"/NO-SNAPSHOT-system-info\",\"cat\":\"/cat\",\"count-cli-args\":\"/count-cli-args\",\"error\":\"/error\",\"ls\":\"/ls\",\"output-and-error\":\"/output-and-error\",\"pwd\":\"/pwd\",\"render-data\":\"/render-data\",\"slow\":\"/slow\",\"slow-error\":\"/slow-error\",\"slow-template\":\"/slow-template\",\"subdirectory/\":{\"pwd\":\"/subdirectory/pwd\"},\"template\":\"/template\"},\"server-info\":{\"version\":\"0.1.2\"},\"request-route\":\"/render-data\",\"target-media-type\":\"text/plain\",\"error-code\":null}\n"
render-data.txt.sh: "{\"/\":{\"NO-SNAPSHOT-random\":\"/NO-SNAPSHOT-random\",\"NO-SNAPSHOT-system-info\":\"/NO-SNAPSHOT-system-info\",\"cat\":\"/cat\",\"count-cli-args\":\"/count-cli-args\",\"error\":\"/error\",\"ls\":\"/ls\",\"output-and-error\":\"/output-and-error\",\"pwd\":\"/pwd\",\"render-data\":\"/render-data\",\"slow\":\"/slow\",\"slow-error\":\"/slow-error\",\"slow-template\":\"/slow-template\",\"subdirectory/\":{\"pwd\":\"/subdirectory/pwd\"},\"template\":\"/template\"},\"server-info\":{\"version\":\"0.2.0\"},\"request-route\":\"/render-data\",\"target-media-type\":\"text/plain\",\"error-code\":null}\n"
slow-error.txt.sh: "Unable to emit rendered content.\n\nCaused by:\n Process exited with code 1: Boom!\n \n"
slow-template.txt.hbs: "🔴 Ready…\n🟡 Set…\n🟢 Go!\n🏁 Finished!\n"
slow.txt.sh: "🔴 Ready…\n🟡 Set…\n🟢 Go!\n"
Expand Down
2 changes: 1 addition & 1 deletion tests/snapshots/integration_tests__render-context.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ a.html: "a\n"
request-route-wrapper.txt.hbs: "request-route from this file: /request-route-wrapper\nrequest-route from file included via partial: /request-route-wrapper\nrequest-route from file included via get helper: /request-route-wrapper"
request-route.txt.hbs: /request-route
routes.txt.hbs: "a: /a\nrequest-route: /request-route\nrequest-route-wrapper: /request-route-wrapper\nroutes: /routes\nserver-info: /server-info\nwith-empty-context: /with-empty-context\n"
server-info.txt.hbs: "version: 0.1.2"
server-info.txt.hbs: "version: 0.2.0"
with-empty-context.html.hbs: "this with normal context: [object]\nthis with funky context: true\ncalling get for static content with funky context: a\n\n"

0 comments on commit 8ff1274

Please sign in to comment.