coliru

A minimal, flexible, dotfile installer
git clone https://git.ashermorgan.net/coliru/
Log | Files | Refs | README

commit f49508720c82a8504f9405947e933311a086db0c
parent 0a3097cd10e54925d1c3d7bfe592b7c44f8a0353
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date:   Thu, 20 Jun 2024 13:58:18 -0700

Bump version to 0.1.0

Diffstat:
ACHANGELOG.md | 9+++++++++
MCargo.lock | 2+-
MCargo.toml | 2+-
3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## 0.1.0 - 2024-06-20 + +### Added + +- Support for manifests, including `copy` command +- Steps can be filtered using basic tag rules +- `--dry-run` flag diff --git a/Cargo.lock b/Cargo.lock @@ -128,7 +128,7 @@ checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" [[package]] name = "coliru" -version = "0.0.0" +version = "0.1.0" dependencies = [ "clap", "expanduser", diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coliru" -version = "0.0.0" +version = "0.1.0" edition = "2021" [dependencies]