File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,23 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
18
## [ 1.2.0] - 2024-10-03
9
19
10
20
### Added
11
21
- Feat: add new flag options to check only prod or optional deps by @flaviodelgrosso
12
22
13
23
### Changed
24
+ - Update changelog and cliff config by @flaviodelgrosso
14
25
- Release pushapp-cli version 1.2.0 by @flaviodelgrosso
15
26
- Rename get_update_info to get_package_info for clarity by @flaviodelgrosso
16
27
- 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
55
66
### Changed
56
67
- 🚀 first commit by @flaviodelgrosso
57
68
69
+ [ 1.2.1 ] : https://github.com/flaviodelgrosso/pushapp/compare/v1.2.0..1.2.1
58
70
[ 1.2.0 ] : https://github.com/flaviodelgrosso/pushapp/compare/v1.1.1..v1.2.0
59
71
[ 1.1.1 ] : https://github.com/flaviodelgrosso/pushapp/compare/v1.1.0..v1.1.1
60
72
[ 1.1.0 ] : https://github.com/flaviodelgrosso/pushapp/compare/v1.0.1..v1.1.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pushapp-cli"
3
- version = " 1.2.0 "
3
+ version = " 1.2.1 "
4
4
edition = " 2021"
5
5
license = " MIT"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments