cachier 0.1.0-beta.4

A library for connecting to the Cachier server
Documentation
1
2
3
4
5
6
7
8
9
10
VERSION := 0.1.0-beta.4


tag:
	git tag -m "v${VERSION}" v${VERSION}

	git push --tags


workflow:
	cargo build --release

	cargo publish

	make tag