#!/usr/bin/env bash
################################################################################
# Sets the version in Cargo.toml, commits the change, tags this commit and
# pushes to origin. This will trigger the release pipeline in GitHub which will
# handle the rest.
#
# Usage: $0 <new_version>
################################################################################