File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ 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.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
+
8
13
## [ 1.3.2] - 2024-10-05
9
14
10
15
### <!-- 2 --> 🚜 Refactor
@@ -15,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
20
- Add unit tests for merge function in hashmap.rs by @flaviodelgrosso
16
21
17
22
### <!-- 7 --> ⚙️ Miscellaneous Tasks
23
+ - Release pushapp-cli version 1.3.2 by @flaviodelgrosso
18
24
- Update release action to call build and depends on it by @flaviodelgrosso
19
25
- Add GitHub Actions workflow for building and testing the Rust project by @flaviodelgrosso
20
26
@@ -117,7 +123,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
117
123
118
124
## [ 1.0.0] - 2024-10-01
119
125
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
121
128
[ 1.3.1 ] : https://github.com/flaviodelgrosso/pushapp/compare/v1.3.0..v1.3.1
122
129
[ 1.3.0 ] : https://github.com/flaviodelgrosso/pushapp/compare/v1.2.1..v1.3.0
123
130
[ 1.2.1 ] : https://github.com/flaviodelgrosso/pushapp/compare/v1.2.0..v1.2.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pushapp-cli"
3
- version = " 1.3.2 "
3
+ version = " 1.4.0 "
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