Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Dec 27, 2021
1 parent 8435342 commit e6b6e5c
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.2.8] - 2021-12-27

#### Fixes

- Clean up Github Action's output
Expand Down Expand Up @@ -179,7 +181,8 @@ Ignore, just testing Github Actions


<!-- next-url -->
[Unreleased]: https://github.com/crate-ci/committed/compare/v0.2.7...HEAD
[Unreleased]: https://github.com/crate-ci/committed/compare/v0.2.8...HEAD
[0.2.8]: https://github.com/crate-ci/committed/compare/v0.2.7...v0.2.8
[0.2.7]: https://github.com/crate-ci/committed/compare/v0.2.6...v0.2.7
[0.2.6]: https://github.com/crate-ci/committed/compare/v0.2.5...v0.2.6
[0.2.5]: https://github.com/crate-ci/committed/compare/v0.2.4...v0.2.5
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "committed"
version = "0.2.7"
version = "0.2.8"
description = "Nitpicking commit history since beabf39"
authors = ["Ed Page <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:20.04
ARG VERSION=0.2.7
ARG VERSION=0.2.8
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 && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ config at this repository:
```yaml
repos:
- repo: https://github.com/crate-ci/committed
rev: v0.2.7
rev: v0.2.8
hooks:
- id: typos
```
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:20.04
ARG VERSION=0.2.7
ARG VERSION=0.2.8
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 && \
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from setuptools.command.install import install as orig_install

BIN = "committed"
VERSION = '0.2.7'
VERSION = '0.2.8'
POSTFIX_SHA256 = {
'linux': (
'x86_64-unknown-linux-musl.tar.gz',
Expand Down

0 comments on commit e6b6e5c

Please sign in to comment.