Skip to content

Commit 8579da3

Browse files
chore: Release pushapp-cli version 1.4.1
1 parent 654d7f1 commit 8579da3

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,22 @@ 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.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+
816
## [1.4.0] - 2024-10-14
917

1018
### <!-- 0 -->🚀 Features
1119
- Add version target and refactor registry client by @flaviodelgrosso in [#5](https://github.com/flaviodelgrosso/pushapp/pull/5)
1220

21+
### <!-- 7 -->⚙️ Miscellaneous Tasks
22+
- Release pushapp-cli version 1.4.0 by @flaviodelgrosso
23+
1324
## [1.3.2] - 2024-10-05
1425

1526
### <!-- 2 -->🚜 Refactor
@@ -123,7 +134,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123134

124135
## [1.0.0] - 2024-10-01
125136

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
127139
[1.3.2]: https://github.com/flaviodelgrosso/pushapp/compare/v1.3.1..v1.3.2
128140
[1.3.1]: https://github.com/flaviodelgrosso/pushapp/compare/v1.3.0..v1.3.1
129141
[1.3.0]: https://github.com/flaviodelgrosso/pushapp/compare/v1.2.1..v1.3.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.4.0"
3+
version = "1.4.1"
44
edition = "2021"
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)