Skip to content

Commit

Permalink
chore: Release committed version 1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Apr 13, 2023
1 parent 6d10bfb commit 0128b22
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.0.15] - 2023-04-13

### Internal

- Update dependency
Expand Down Expand Up @@ -267,7 +269,8 @@ Ignore, just testing Github Actions


<!-- next-url -->
[Unreleased]: https://github.com/crate-ci/committed/compare/v1.0.14...HEAD
[Unreleased]: https://github.com/crate-ci/committed/compare/v1.0.15...HEAD
[1.0.15]: https://github.com/crate-ci/committed/compare/v1.0.14...v1.0.15
[1.0.14]: https://github.com/crate-ci/committed/compare/v1.0.13...v1.0.14
[1.0.13]: https://github.com/crate-ci/committed/compare/v1.0.12...v1.0.13
[1.0.12]: https://github.com/crate-ci/committed/compare/committed-v1.0.11...v1.0.12
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.0.14
rev: v1.0.15
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 @@ -9,7 +9,7 @@ log() {
CMD_NAME="committed"

if [[ -z $(which ${CMD_NAME} 2>/dev/null) ]]; then
VERSION=1.0.14
VERSION=1.0.15
log "Downloading 'committed' v${VERSION}"
wget https://github.com/crate-ci/committed/releases/download/v${VERSION}/committed-v${VERSION}-x86_64-unknown-linux-musl.tar.gz
sudo tar -xzvf committed-v${VERSION}-x86_64-unknown-linux-musl.tar.gz -C /usr/local/bin ./committed
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.0.14"
version = "1.0.15"
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.0.14'
COMMITTED_VERSION = '1.0.15'


setup(
Expand Down

0 comments on commit 0128b22

Please sign in to comment.