You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a patch release fixing an issue causing the get_remote function to expect two arguments instead of the intended one. It also improves Windows support and brings a quality of life improvement to view definitions.
Download the binary for your OS/architecture, rename it to "snowman", and place it in a directory on your path. Alternatively, place it in your project folder and execute it with the ./ prefix.
We provide binaries for six architectures/operation systems, if none of these are suitable for you, you can build it from source. If you think we should provide pre-built binaries for additional platforms, consider raising an issue.
Roadmap and Snowman 0.7.0 🗺
Let us know what we should include in Snowman 0.7.0 either by raising an issue or opening a discussion.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Snowman 0.6.1 ⛄
This is a patch release fixing an issue causing the
get_remote
function to expect two arguments instead of the intended one. It also improves Windows support and brings a quality of life improvement to view definitions.Changes 🎈
Bug fixes 🪲
views.yaml
do longer need double slashes(\\
) Windows build requires views.yaml query paths to have"queries\\*.rq"
#100get_remote
now only expects one parameter as prior to 0.6.0.Other changes 🍿
views.yaml
. No whitespace allowed when writing variables in views.yaml #102Installing Snowman 🌨
Download the binary for your OS/architecture, rename it to "snowman", and place it in a directory on your path. Alternatively, place it in your project folder and execute it with the
./
prefix.We provide binaries for six architectures/operation systems, if none of these are suitable for you, you can build it from source. If you think we should provide pre-built binaries for additional platforms, consider raising an issue.
Roadmap and Snowman 0.7.0 🗺
Let us know what we should include in Snowman 0.7.0 either by raising an issue or opening a discussion.
Note that there is currently a discussion open regarding a potential breaking change for math template functions and there is a plan to change the interface of the
cache
CLI command.Discuss 💬
You can discuss this release or other aspects of Snowman in the forum.
This discussion was created from the release 0.6.1.
Beta Was this translation helpful? Give feedback.
All reactions