Skip to content

Commit

Permalink
chore: Release committed version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 19, 2023
1 parent b089f5f commit a1ea8f2
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

## [1.0.7] - 2023-01-19

## [1.0.6] - 2022-12-01

## [1.0.5] - 2022-09-28
Expand Down Expand Up @@ -225,7 +227,8 @@ Ignore, just testing Github Actions


<!-- next-url -->
[Unreleased]: https://github.com/crate-ci/committed/compare/v1.0.6...HEAD
[Unreleased]: https://github.com/crate-ci/committed/compare/v1.0.7...HEAD
[1.0.7]: https://github.com/crate-ci/committed/compare/v1.0.6...v1.0.7
[1.0.6]: https://github.com/crate-ci/committed/compare/v1.0.5...v1.0.6
[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
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
Expand Up @@ -14,7 +14,7 @@ include = [

[package]
name = "committed"
version = "1.0.6"
version = "1.0.7"
description = "Nitpicking commit history since beabf39"
documentation = "https://docs.rs/committed"
readme = "README.md"
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:22.04
ARG VERSION=1.0.6
ARG VERSION=1.0.7
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: v1.0.6
rev: v1.0.7
hooks:
- id: committed
```
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:22.04
ARG VERSION=1.0.6
ARG VERSION=1.0.7
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 = '1.0.6'
VERSION = '1.0.7'
POSTFIX_SHA256 = {
'linux': (
'x86_64-unknown-linux-musl.tar.gz',
Expand Down

0 comments on commit a1ea8f2

Please sign in to comment.