You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,27 @@ 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.3.2] - 2024-10-05
9
+
10
+
### <!-- 2 -->🚜 Refactor
11
+
- Removed --optional flag, -P flag will merge `dependencies` and `optionalDependencies` aswell. by @flaviodelgrosso in [#4](https://github.com/flaviodelgrosso/pushapp/pull/4)
12
+
- Update struct and variable names in package_json.rs by @flaviodelgrosso
13
+
14
+
### <!-- 6 -->🧪 Testing
15
+
- Add unit tests for merge function in hashmap.rs by @flaviodelgrosso
16
+
17
+
### <!-- 7 -->⚙️ Miscellaneous Tasks
18
+
- Update release action to call build and depends on it by @flaviodelgrosso
19
+
- Add GitHub Actions workflow for building and testing the Rust project by @flaviodelgrosso
20
+
8
21
## [1.3.1] - 2024-10-05
9
22
10
23
### <!-- 2 -->🚜 Refactor
11
24
- Improve package manager detection with lock files. add bun support by @flaviodelgrosso
12
25
- Split package manager `install_deps` fn in smaller functions by @flaviodelgrosso
13
26
14
27
### <!-- 7 -->⚙️ Miscellaneous Tasks
28
+
- Release pushapp-cli version 1.3.1 by @flaviodelgrosso
15
29
- Update launch.json for pushapp-cli debugging by @flaviodelgrosso
16
30
17
31
## [1.3.0] - 2024-10-04
@@ -103,7 +117,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments