mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
f866e6f498
This is a release PR for **cli** to version **1.20.5**. Upon merging, this will automatically build the CLI and create a GitHub release. You still need to manually publish the cargo crate. ``` $ cd crates/cli $ cargo publish ``` To merge this release, review the changes then say: | bors r+ p=10 | |:-:| --- _Edit release notes into the section below:_ <!-- do not change or remove this heading --> ### Release notes - Fix: mimalloc was set as the global allocator in the watchexec library, instead of leaving it to downstreams. (#369) - Releng: s390x and ppc64le targets were added to be prebuilt. (#373)
19 lines
363 B
YAML
19 lines
363 B
YAML
# YAML 1.2
|
|
---
|
|
cff-version: "1.1.0"
|
|
message: |
|
|
If you use this software, please cite it using these metadata.
|
|
|
|
title: Watchexec
|
|
version: "1.20.5"
|
|
date-released: 2022-08-03
|
|
|
|
repository-code: https://github.com/watchexec/watchexec
|
|
license: Apache-2.0
|
|
|
|
authors:
|
|
- family-names: Green
|
|
given-names: Matt
|
|
- family-names: Saparelli
|
|
given-names: Félix
|
|
...
|