File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,22 @@ 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.4.1] - 2024-10-14
9
+
10
+ ### <!-- 2 --> 🚜 Refactor
11
+ - Version target options and improve version matching by @flaviodelgrosso in [ #6 ] ( https://github.com/flaviodelgrosso/pushapp/pull/6 )
12
+
13
+ ### <!-- 7 --> ⚙️ Miscellaneous Tasks
14
+ - Update readme by @flaviodelgrosso
15
+
8
16
## [ 1.4.0] - 2024-10-14
9
17
10
18
### <!-- 0 --> 🚀 Features
11
19
- Add version target and refactor registry client by @flaviodelgrosso in [ #5 ] ( https://github.com/flaviodelgrosso/pushapp/pull/5 )
12
20
21
+ ### <!-- 7 --> ⚙️ Miscellaneous Tasks
22
+ - Release pushapp-cli version 1.4.0 by @flaviodelgrosso
23
+
13
24
## [ 1.3.2] - 2024-10-05
14
25
15
26
### <!-- 2 --> 🚜 Refactor
@@ -123,7 +134,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123
134
124
135
## [ 1.0.0] - 2024-10-01
125
136
126
- [ 1.4.0 ] : https://github.com/flaviodelgrosso/pushapp/compare/v1.3.2..1.4.0
137
+ [ 1.4.1 ] : https://github.com/flaviodelgrosso/pushapp/compare/v1.4.0..1.4.1
138
+ [ 1.4.0 ] : https://github.com/flaviodelgrosso/pushapp/compare/v1.3.2..v1.4.0
127
139
[ 1.3.2 ] : https://github.com/flaviodelgrosso/pushapp/compare/v1.3.1..v1.3.2
128
140
[ 1.3.1 ] : https://github.com/flaviodelgrosso/pushapp/compare/v1.3.0..v1.3.1
129
141
[ 1.3.0 ] : https://github.com/flaviodelgrosso/pushapp/compare/v1.2.1..v1.3.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pushapp-cli"
3
- version = " 1.4.0 "
3
+ version = " 1.4.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