Skip to content

Commit

Permalink
chore(committed): Release 0.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 2, 2021
1 parent 28ef4f4 commit c4983b6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 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

## [0.1.25] - 2021-07-02

#### Bug Fixes

- Be less noisy in Github Action
Expand Down Expand Up @@ -126,7 +128,8 @@ Ignore, just testing Github Actions


<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.1.24...HEAD
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.1.25...HEAD
[0.1.25]: https://github.com/assert-rs/predicates-rs/compare/v0.1.24...v0.1.25
[0.1.24]: https://github.com/assert-rs/predicates-rs/compare/v0.1.23...v0.1.24
[0.1.23]: https://github.com/assert-rs/predicates-rs/compare/v0.1.22...v0.1.23
[0.1.22]: https://github.com/assert-rs/predicates-rs/compare/v0.1.21...v0.1.22
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
@@ -1,6 +1,6 @@
[package]
name = "committed"
version = "0.1.24"
version = "0.1.25"
authors = ["Ed Page <[email protected]>"]
description = "Nitpicking commit history since beabf39"
repository = "https://github.com/crate-ci/committed"
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:20.04
ARG VERSION=0.1.24
ARG VERSION=0.1.25
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 docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:20.04
ARG VERSION=0.1.24
ARG VERSION=0.1.25
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

0 comments on commit c4983b6

Please sign in to comment.