From 19e8bd4aaf2f14d541adf253eb46de6ba4bbcd10 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 28 Sep 2022 16:16:25 -0500 Subject: [PATCH] chore: Release --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- Dockerfile | 2 +- README.md | 2 +- docker/Dockerfile | 2 +- setup.py | 2 +- 7 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 407c200e..622e7a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [1.0.5] - 2022-09-28 + ### Fixes - Polished help output @@ -221,7 +223,8 @@ Ignore, just testing Github Actions -[Unreleased]: https://github.com/crate-ci/committed/compare/v1.0.4...HEAD +[Unreleased]: https://github.com/crate-ci/committed/compare/v1.0.5...HEAD +[1.0.5]: https://github.com/crate-ci/committed/compare/v1.0.4...v1.0.5 [1.0.4]: https://github.com/crate-ci/committed/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/crate-ci/committed/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/crate-ci/committed/compare/v1.0.1...v1.0.2 diff --git a/Cargo.lock b/Cargo.lock index ef59c53b..8897953f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,7 +139,7 @@ dependencies = [ [[package]] name = "committed" -version = "1.0.4" +version = "1.0.5" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 4975c423..24905e5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "committed" -version = "1.0.4" +version = "1.0.5" description = "Nitpicking commit history since beabf39" authors = ["Ed Page "] license = "MIT OR Apache-2.0" diff --git a/Dockerfile b/Dockerfile index 88c9f1a0..6f45bb59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:20.04 -ARG VERSION=1.0.4 +ARG VERSION=1.0.5 ENV VERSION=${VERSION} RUN apt-get update && apt-get install -y wget RUN wget https://github.com/crate-ci/committed/releases/download/v${VERSION}/committed-v${VERSION}-x86_64-unknown-linux-musl.tar.gz && \ diff --git a/README.md b/README.md index fad7ef70..0a79ded5 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ config at this repository: ```yaml repos: - repo: https://github.com/crate-ci/committed - rev: v1.0.4 + rev: v1.0.5 hooks: - id: committed ``` diff --git a/docker/Dockerfile b/docker/Dockerfile index 07df857a..cf4a34e4 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:20.04 -ARG VERSION=1.0.4 +ARG VERSION=1.0.5 ENV VERSION=${VERSION} RUN apt-get update && apt-get install -y wget git RUN wget https://github.com/crate-ci/committed/releases/download/v${VERSION}/committed-v${VERSION}-x86_64-unknown-linux-musl.tar.gz && \ diff --git a/setup.py b/setup.py index a6eed554..459f5919 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ from setuptools.command.install import install as orig_install BIN = "committed" -VERSION = '1.0.4' +VERSION = '1.0.5' POSTFIX_SHA256 = { 'linux': ( 'x86_64-unknown-linux-musl.tar.gz',