watchexec/crates/project-origins/CHANGELOG.md
github-actions[bot] ce68338381 release: project-origins v1.1.0 (#385)
This is a release PR for **project-origins** to version **1.1.0**.

Upon merging, you will still need to manually publish the cargo crate.

```
$ cd crates/project-origins
$ cargo publish
```

To merge this release, review the changes then say:

| bors r+ p=10 |
|:-:|
2022-08-24 09:23:52 +00:00

298 B

Changelog

Next (YYYY-MM-DD)

v1.1.0 (2022-08-24)

  • Add support for Go.
  • Add support for Zig.
  • Add Pipfile support for Pip.
  • Add detection of CONTRIBUTING.md.
  • Document what causes the detection of each project type.

v1.0.0 (2022-06-16)

  • Initial release as a separate crate.