Skip to content

Commit b6d86a9

Browse files
chore: Release pushapp-cli version 1.3.0
1 parent e5dd1ce commit b6d86a9

File tree

2 files changed

+54
-26
lines changed

2 files changed

+54
-26
lines changed

CHANGELOG.md

Lines changed: 53 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,68 +5,96 @@ 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
8+
## [1.3.0] - 2024-10-04
99

10-
### Added
11-
- Add prompt module by @flaviodelgrosso
10+
### <!-- 0 -->🚀 Features
11+
- Add a new flag for checking global packages by @flaviodelgrosso
12+
- Add validator for package selection by @flaviodelgrosso
13+
14+
### <!-- 4 -->⚡ Performance
15+
- Rollback to stream processing from `join_all` futures by @flaviodelgrosso
16+
- Use `FuturesUnordered` in `fetch_updates` and `process_update_results` fns by @flaviodelgrosso
17+
- Use atomic ref counter for client in UpdateChecker by @flaviodelgrosso
18+
19+
### <!-- 5 -->🎨 Styling
20+
- Use table to show flag options in README.md by @flaviodelgrosso
21+
22+
### <!-- 6 -->🧪 Testing
23+
- Add tests for fs_utils by @flaviodelgrosso
24+
- Add test for spec fields in package_json.rs by @flaviodelgrosso
25+
26+
### <!-- 7 -->⚙️ Miscellaneous Tasks
27+
- Add CODEOWNERS file for repository ownership by @flaviodelgrosso
28+
- Update commit parsers in cliff.toml by @flaviodelgrosso
29+
- Add some roadmap points in readme.md by @flaviodelgrosso
30+
31+
## [1.2.1] - 2024-10-03
1232

13-
### Changed
33+
### <!-- 2 -->🚜 Refactor
1434
- Use `join_all` in `process_update_results` fn by @flaviodelgrosso
1535
- Group modules in cli folder by @flaviodelgrosso
1636
- Implement UpdateChecker struct and chunked functions for better testing and readability by @flaviodelgrosso
1737

38+
### <!-- 7 -->⚙️ Miscellaneous Tasks
39+
- Release pushapp-cli version 1.2.1 by @flaviodelgrosso
40+
- Add prompt module by @flaviodelgrosso
41+
1842
## [1.2.0] - 2024-10-03
1943

20-
### Added
44+
### <!-- 0 -->🚀 Features
2145
- Feat: add new flag options to check only prod or optional deps by @flaviodelgrosso
2246

23-
### Changed
24-
- Update changelog and cliff config by @flaviodelgrosso
25-
- Release pushapp-cli version 1.2.0 by @flaviodelgrosso
47+
### <!-- 2 -->🚜 Refactor
2648
- Rename get_update_info to get_package_info for clarity by @flaviodelgrosso
27-
- Update CHANGELOG.md and add cliff.toml configuration by @flaviodelgrosso
2849
- Move update check log to check_updates function by @flaviodelgrosso
29-
- Readme update by @flaviodelgrosso
3050
- Optimize check_updates code readability and performance by @flaviodelgrosso
31-
- Update README by @flaviodelgrosso
3251
- Improve version parsing and error handling in PackageInfo display by @flaviodelgrosso
3352

53+
### <!-- 3 -->📚 Documentation
54+
- Readme update by @flaviodelgrosso
55+
- Update README by @flaviodelgrosso
56+
57+
### <!-- 7 -->⚙️ Miscellaneous Tasks
58+
- Update changelog and cliff config by @flaviodelgrosso
59+
- Release pushapp-cli version 1.2.0 by @flaviodelgrosso
60+
- Update CHANGELOG.md and add cliff.toml configuration by @flaviodelgrosso
61+
3462
## [1.1.1] - 2024-10-02
3563

36-
### Changed
37-
- Release pushapp-cli version 1.1.1 by @flaviodelgrosso
64+
### <!-- 2 -->🚜 Refactor
3865
- Detect package manager from package json field by @flaviodelgrosso
66+
67+
### <!-- 7 -->⚙️ Miscellaneous Tasks
68+
- Release pushapp-cli version 1.1.1 by @flaviodelgrosso
3969
- Readme update by @flaviodelgrosso
4070

4171
## [1.1.0] - 2024-10-02
4272

43-
### Added
44-
- Add CHANGELOG.md by @flaviodelgrosso
73+
### <!-- 0 -->🚀 Features
4574
- Add --dev flag to update only dev deps by @flaviodelgrosso
4675
- Add GitHub Actions workflow for release automation by @flaviodelgrosso
4776

48-
### Changed
77+
### <!-- 1 -->🐛 Bug Fixes
78+
- Update badge labels in README for clarity by @flaviodelgrosso
79+
80+
### <!-- 7 -->⚙️ Miscellaneous Tasks
81+
- Add CHANGELOG.md by @flaviodelgrosso
4982
- Release pushapp-cli version 1.1.0 by @flaviodelgrosso
5083
- Move renovate in .github folder by @flaviodelgrosso
5184
- Update release workflow to include changelog and add pre-release-hook by @flaviodelgrosso
5285

53-
### Fixed
54-
- Update badge labels in README for clarity by @flaviodelgrosso
55-
5686
## [1.0.1] - 2024-10-01
5787

58-
### Added
88+
### <!-- 0 -->🚀 Features
5989
- Add clap by @flaviodelgrosso
6090

61-
### Changed
91+
### <!-- 7 -->⚙️ Miscellaneous Tasks
6292
- Release pushapp-cli version 1.0.1 by @flaviodelgrosso
6393

6494
## [1.0.0] - 2024-10-01
6595

66-
### Changed
67-
- 🚀 first commit by @flaviodelgrosso
68-
69-
[1.2.1]: https://github.com/flaviodelgrosso/pushapp/compare/v1.2.0..1.2.1
96+
[1.3.0]: https://github.com/flaviodelgrosso/pushapp/compare/v1.2.1..1.3.0
97+
[1.2.1]: https://github.com/flaviodelgrosso/pushapp/compare/v1.2.0..v1.2.1
7098
[1.2.0]: https://github.com/flaviodelgrosso/pushapp/compare/v1.1.1..v1.2.0
7199
[1.1.1]: https://github.com/flaviodelgrosso/pushapp/compare/v1.1.0..v1.1.1
72100
[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.1"
3+
version = "1.3.0"
44
edition = "2021"
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)