coliru

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

commit 7818f89852d9a0d16201b75f81eed6e0917adae0
parent 5fc0683c5ff4c5b23ec082297378cfdb88f25020
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date:   Thu, 10 Oct 2024 11:34:02 -0700

Bump version to 1.1.0

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.1.0 - 2024-10-10 + +### Changed + +- Update progress indicators to reflect tag rule filtering +- Improved context in error messages + ## 1.0.0 - 2024-07-09 ### Added diff --git a/Cargo.lock b/Cargo.lock @@ -120,7 +120,7 @@ checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" [[package]] name = "coliru" -version = "1.0.0" +version = "1.1.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coliru" -version = "1.0.0" +version = "1.1.0" edition = "2021" [dependencies]