Skip to content

Commit 4db6279

Browse files
chore: Release pushapp-cli version 1.3.2
1 parent 628fdf9 commit 4db6279

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,27 @@ 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.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+
821
## [1.3.1] - 2024-10-05
922

1023
### <!-- 2 -->🚜 Refactor
1124
- Improve package manager detection with lock files. add bun support by @flaviodelgrosso
1225
- Split package manager `install_deps` fn in smaller functions by @flaviodelgrosso
1326

1427
### <!-- 7 -->⚙️ Miscellaneous Tasks
28+
- Release pushapp-cli version 1.3.1 by @flaviodelgrosso
1529
- Update launch.json for pushapp-cli debugging by @flaviodelgrosso
1630

1731
## [1.3.0] - 2024-10-04
@@ -103,7 +117,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103117

104118
## [1.0.0] - 2024-10-01
105119

106-
[1.3.1]: https://github.com/flaviodelgrosso/pushapp/compare/v1.3.0..1.3.1
120+
[1.3.2]: https://github.com/flaviodelgrosso/pushapp/compare/v1.3.1..1.3.2
121+
[1.3.1]: https://github.com/flaviodelgrosso/pushapp/compare/v1.3.0..v1.3.1
107122
[1.3.0]: https://github.com/flaviodelgrosso/pushapp/compare/v1.2.1..v1.3.0
108123
[1.2.1]: https://github.com/flaviodelgrosso/pushapp/compare/v1.2.0..v1.2.1
109124
[1.2.0]: https://github.com/flaviodelgrosso/pushapp/compare/v1.1.1..v1.2.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.3.1"
3+
version = "1.3.2"
44
edition = "2021"
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)