Skip to content

Commit

Permalink
chore: Release committed version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Dec 2, 2024
1 parent 03b73c4 commit 8ac2dfd
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 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.1.2] - 2024-12-02

- Add `allowed_author_re`

## [1.1.1] - 2024-10-31
Expand Down Expand Up @@ -313,7 +315,8 @@ Ignore, just testing Github Actions


<!-- next-url -->
[Unreleased]: https://github.com/crate-ci/committed/compare/v1.1.1...HEAD
[Unreleased]: https://github.com/crate-ci/committed/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/crate-ci/committed/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/crate-ci/committed/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/crate-ci/committed/compare/v1.0.20...v1.1.0
[1.0.20]: https://github.com/crate-ci/committed/compare/v1.0.19...v1.0.20
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 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.1.1
rev: v1.1.2
hooks:
- id: committed
```
Expand Down
2 changes: 1 addition & 1 deletion action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [[ -z ${INPUT_COMMITS:-} ]]; then
fi

if [[ ! -x ${COMMAND} ]]; then
VERSION=1.1.1
VERSION=1.1.2
log "Downloading 'committed' v${VERSION}"
wget --progress=dot:mega https://github.com/crate-ci/committed/releases/download/v${VERSION}/committed-v${VERSION}-x86_64-unknown-linux-musl.tar.gz
mkdir -p ${_INSTALL_DIR}
Expand Down
2 changes: 1 addition & 1 deletion crates/committed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "committed"
version = "1.1.1"
version = "1.1.2"
description = "Nitpicking commit history since beabf39"
documentation = "https://docs.rs/committed"
readme = "../../README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup


COMMITTED_VERSION = '1.1.1'
COMMITTED_VERSION = '1.1.2'


setup(
Expand Down

0 comments on commit 8ac2dfd

Please sign in to comment.