Skip to content

Commit

Permalink
chore: Release cargo-run-bin version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Oct 4, 2023
1 parent a97993c commit 32f72e8
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,38 @@

All notable changes to this project will be documented in this file.

## [1.4.0] - 2023-10-04

[be3cc40...a97993c](https://github.com/dustinblackman/cargo-run-bin/compare/be3cc4059b7d961819d3c47268f30ee1b87b0ec1...a97993c9abb74259084f37857a40c3f6b2dad576)

### Documentation

- Add git ([a97993c](https://github.com/dustinblackman/cargo-run-bin/commit/a97993c9abb74259084f37857a40c3f6b2dad576))

### Features

- Support git in package source ([7151499](https://github.com/dustinblackman/cargo-run-bin/commit/7151499b4b47861f84c63b958af8cd36aa8648a9))

### Miscellaneous Tasks

- Lint ([ebba9c4](https://github.com/dustinblackman/cargo-run-bin/commit/ebba9c44f97ab0331f8114b72a99caf60c0d8de4))

### Testing

- Additional git flows ([a6144eb](https://github.com/dustinblackman/cargo-run-bin/commit/a6144ebcb9bb38479a78b8caf50afbd27551983d))

## [1.3.2] - 2023-09-20

[83349f9...3c15340](https://github.com/dustinblackman/cargo-run-bin/compare/83349f99e01d665336d26ff7753ffb2a5a6ffb12...3c153408947f3aee7a09d7041c9a1d9fdfe5f3a5)
[83349f9...be3cc40](https://github.com/dustinblackman/cargo-run-bin/compare/83349f99e01d665336d26ff7753ffb2a5a6ffb12...be3cc4059b7d961819d3c47268f30ee1b87b0ec1)

### Bug Fixes

- Deserailizing default-features ([3c15340](https://github.com/dustinblackman/cargo-run-bin/commit/3c153408947f3aee7a09d7041c9a1d9fdfe5f3a5))

### Miscellaneous Tasks

- Release cargo-run-bin version 1.3.2 ([be3cc40](https://github.com/dustinblackman/cargo-run-bin/commit/be3cc4059b7d961819d3c47268f30ee1b87b0ec1))

## [1.3.1] - 2023-09-20

[f044465...83349f9](https://github.com/dustinblackman/cargo-run-bin/compare/f044465c6df800fd4694334982cffa76a7157ec2...83349f99e01d665336d26ff7753ffb2a5a6ffb12)
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 = "cargo-run-bin"
version = "1.3.2"
version = "1.4.0"
authors = ["Dustin Blackman"]
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
edition = "2021"
Expand Down

0 comments on commit 32f72e8

Please sign in to comment.