Skip to content

Commit b0ea4d1

Browse files
Merge pull request #56 from davidchalifoux/release-please--branches--main--components--kaput-cli
chore(main): release 2.4.0
2 parents 98fd433 + 9a96050 commit b0ea4d1

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/davidchalifoux/kaput-cli/compare/v2.3.0...v2.4.0) (2024-07-12)
4+
5+
6+
### Features
7+
8+
* Ability to set a path for downloads ([98fd433](https://github.com/davidchalifoux/kaput-cli/commit/98fd4338fdff39894823d2d1583ce08a05d384a3))
9+
* Add path flag to download ([c01c755](https://github.com/davidchalifoux/kaput-cli/commit/c01c7554be80a706bd4be67f126af0f20b87570b))
10+
* Move play command under files ([98fd433](https://github.com/davidchalifoux/kaput-cli/commit/98fd4338fdff39894823d2d1583ce08a05d384a3))
11+
* Recursive downloads (part of [#49](https://github.com/davidchalifoux/kaput-cli/issues/49)) ([98fd433](https://github.com/davidchalifoux/kaput-cli/commit/98fd4338fdff39894823d2d1583ce08a05d384a3))
12+
* Recursive downloads (part of 49) ([c98d14e](https://github.com/davidchalifoux/kaput-cli/commit/c98d14e2b46d19f7f297266507164cc453b7489b))
13+
* Use shared HTTP client instance, use references when applicable, move play command under files ([2fba983](https://github.com/davidchalifoux/kaput-cli/commit/2fba9831af8676fe40c54a372ecb9082743ca56a))
14+
315
## [2.3.0](https://github.com/davidchalifoux/kaput-cli/compare/v2.2.2...v2.3.0) (2024-05-11)
416

517

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kaput-cli"
3-
version = "2.3.0"
3+
version = "2.4.0"
44
edition = "2021"
55
authors = ["David Chalifoux <mail@chalifoux.dev>"]
66
license = "MIT"

0 commit comments

Comments
 (0)