Skip to content

Commit 8ff1274

Browse files
authored
Merge pull request #62 from mkantor/bump-version
Bump version.
2 parents 66ceb4a + ba2e1e3 commit 8ff1274

File tree

4 files changed

+34
-34
lines changed

4 files changed

+34
-34
lines changed

Cargo.lock

+31-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "operator"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
authors = ["Matt Kantor <[email protected]>"]
55
description = "A web server for static and dynamic content"
66
repository = "https://github.com/mkantor/operator"

tests/snapshots/integration_tests__executables.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ error.txt.sh: "Unable to emit rendered content.\n\nCaused by:\n Process exite
1010
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"
1111
output-and-error.txt.sh: "Unable to emit rendered content.\n\nCaused by:\n Process exited with code 1\n"
1212
pwd.txt.sh: "$PROJECT_DIRECTORY/samples/executables\n"
13-
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"
13+
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"
1414
slow-error.txt.sh: "Unable to emit rendered content.\n\nCaused by:\n Process exited with code 1: Boom!\n \n"
1515
slow-template.txt.hbs: "🔴 Ready…\n🟡 Set…\n🟢 Go!\n🏁 Finished!\n"
1616
slow.txt.sh: "🔴 Ready…\n🟡 Set…\n🟢 Go!\n"

tests/snapshots/integration_tests__render-context.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ a.html: "a\n"
88
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"
99
request-route.txt.hbs: /request-route
1010
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"
11-
server-info.txt.hbs: "version: 0.1.2"
11+
server-info.txt.hbs: "version: 0.2.0"
1212
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"
1313

0 commit comments

Comments
 (0)