Skip to content

Commit e8dad2d

Browse files
chore: Release pushapp-cli version 1.4.0
1 parent 3e825e2 commit e8dad2d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.0] - 2024-10-14
9+
10+
### <!-- 0 -->🚀 Features
11+
- Add version target and refactor registry client by @flaviodelgrosso in [#5](https://github.com/flaviodelgrosso/pushapp/pull/5)
12+
813
## [1.3.2] - 2024-10-05
914

1015
### <!-- 2 -->🚜 Refactor
@@ -15,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1520
- Add unit tests for merge function in hashmap.rs by @flaviodelgrosso
1621

1722
### <!-- 7 -->⚙️ Miscellaneous Tasks
23+
- Release pushapp-cli version 1.3.2 by @flaviodelgrosso
1824
- Update release action to call build and depends on it by @flaviodelgrosso
1925
- Add GitHub Actions workflow for building and testing the Rust project by @flaviodelgrosso
2026

@@ -117,7 +123,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
117123

118124
## [1.0.0] - 2024-10-01
119125

120-
[1.3.2]: https://github.com/flaviodelgrosso/pushapp/compare/v1.3.1..1.3.2
126+
[1.4.0]: https://github.com/flaviodelgrosso/pushapp/compare/v1.3.2..1.4.0
127+
[1.3.2]: https://github.com/flaviodelgrosso/pushapp/compare/v1.3.1..v1.3.2
121128
[1.3.1]: https://github.com/flaviodelgrosso/pushapp/compare/v1.3.0..v1.3.1
122129
[1.3.0]: https://github.com/flaviodelgrosso/pushapp/compare/v1.2.1..v1.3.0
123130
[1.2.1]: https://github.com/flaviodelgrosso/pushapp/compare/v1.2.0..v1.2.1

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.3.2"
3+
version = "1.4.0"
44
edition = "2021"
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)