Skip to content

Commit e0a4ba3

Browse files
committed
chore: Release committed version 1.0.20
1 parent 19877fb commit e0a4ba3

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.0.20] - 2023-08-07
11+
1012
### Compatibility
1113

1214
- Updated MSRV to 1.70.0
@@ -297,7 +299,8 @@ Ignore, just testing Github Actions
297299

298300

299301
<!-- next-url -->
300-
[Unreleased]: https://github.com/crate-ci/committed/compare/v1.0.19...HEAD
302+
[Unreleased]: https://github.com/crate-ci/committed/compare/v1.0.20...HEAD
303+
[1.0.20]: https://github.com/crate-ci/committed/compare/v1.0.19...v1.0.20
301304
[1.0.19]: https://github.com/crate-ci/committed/compare/v1.0.18...v1.0.19
302305
[1.0.18]: https://github.com/crate-ci/committed/compare/v1.0.17...v1.0.18
303306
[1.0.17]: https://github.com/crate-ci/committed/compare/v1.0.16...v1.0.17

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.0.19
33+
rev: v1.0.20
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.0.19
20+
VERSION=1.0.20
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.0.19"
3+
version = "1.0.20"
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.0.19'
6+
COMMITTED_VERSION = '1.0.20'
77

88

99
setup(

0 commit comments

Comments
 (0)