Skip to content

Commit 71a6c60

Browse files
committed
chore: Release committed version 1.1.4
1 parent fd7febf commit 71a6c60

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [1.1.4] - 2024-12-18
11+
1012
### Fixes
1113

1214
- *(pre-commit)* Update for 4.0
@@ -326,7 +328,8 @@ Ignore, just testing Github Actions
326328

327329

328330
<!-- next-url -->
329-
[Unreleased]: https://github.com/crate-ci/committed/compare/v1.1.3...HEAD
331+
[Unreleased]: https://github.com/crate-ci/committed/compare/v1.1.4...HEAD
332+
[1.1.4]: https://github.com/crate-ci/committed/compare/v1.1.3...v1.1.4
330333
[1.1.3]: https://github.com/crate-ci/committed/compare/v1.1.2...v1.1.3
331334
[1.1.2]: https://github.com/crate-ci/committed/compare/v1.1.1...v1.1.2
332335
[1.1.1]: https://github.com/crate-ci/committed/compare/v1.1.0...v1.1.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ config at this repository:
3030
```yaml
3131
repos:
3232
- repo: https://github.com/crate-ci/committed
33-
rev: v1.1.3
33+
rev: v1.1.4
3434
hooks:
3535
- id: committed
3636
```

action/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [[ -z ${INPUT_COMMITS:-} ]]; then
1717
fi
1818

1919
if [[ ! -x ${COMMAND} ]]; then
20-
VERSION=1.1.3
20+
VERSION=1.1.4
2121
log "Downloading 'committed' v${VERSION}"
2222
wget --progress=dot:mega https://github.com/crate-ci/committed/releases/download/v${VERSION}/committed-v${VERSION}-x86_64-unknown-linux-musl.tar.gz
2323
mkdir -p ${_INSTALL_DIR}

crates/committed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "committed"
3-
version = "1.1.3"
3+
version = "1.1.4"
44
description = "Nitpicking commit history since beabf39"
55
documentation = "https://docs.rs/committed"
66
readme = "../../README.md"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55

6-
COMMITTED_VERSION = '1.1.3'
6+
COMMITTED_VERSION = '1.1.4'
77

88

99
setup(

0 commit comments

Comments
 (0)