Skip to content

Commit f72ab6f

Browse files
chore: Release pushapp-cli version 1.2.1
1 parent f50336a commit f72ab6f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.1] - 2024-10-03
9+
10+
### Added
11+
- Add prompt module by @flaviodelgrosso
12+
13+
### Changed
14+
- Use `join_all` in `process_update_results` fn by @flaviodelgrosso
15+
- Group modules in cli folder by @flaviodelgrosso
16+
- Implement UpdateChecker struct and chunked functions for better testing and readability by @flaviodelgrosso
17+
818
## [1.2.0] - 2024-10-03
919

1020
### Added
1121
- Feat: add new flag options to check only prod or optional deps by @flaviodelgrosso
1222

1323
### Changed
24+
- Update changelog and cliff config by @flaviodelgrosso
1425
- Release pushapp-cli version 1.2.0 by @flaviodelgrosso
1526
- Rename get_update_info to get_package_info for clarity by @flaviodelgrosso
1627
- Update CHANGELOG.md and add cliff.toml configuration by @flaviodelgrosso
@@ -55,6 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5566
### Changed
5667
- 🚀 first commit by @flaviodelgrosso
5768

69+
[1.2.1]: https://github.com/flaviodelgrosso/pushapp/compare/v1.2.0..1.2.1
5870
[1.2.0]: https://github.com/flaviodelgrosso/pushapp/compare/v1.1.1..v1.2.0
5971
[1.1.1]: https://github.com/flaviodelgrosso/pushapp/compare/v1.1.0..v1.1.1
6072
[1.1.0]: https://github.com/flaviodelgrosso/pushapp/compare/v1.0.1..v1.1.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pushapp-cli"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
edition = "2021"
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)