Skip to content

Commit 5b2dd1f

Browse files
Merge pull request #6 from meantrix/develop
0.5
2 parents b28dcf7 + 7639e19 commit 5b2dd1f

File tree

139 files changed

+648
-3032
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+648
-3032
lines changed

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
## 0.0.4 (07/06/24)
1+
## 0.5 (15/08/24)
2+
- **`portkill`**:Kill all processes running on a specific port.
23

3-
## Changelog for shutils Package - Version 0.0.4 (07/06/24)
4+
## 0.4 (07/06/24)
45

5-
### New Methods in 0.0.4
6+
## Changelog for shutils Package - Version 0.4 (07/06/24)
7+
8+
### New Methods in 0.4
69

710
- **`gitlog`**: This function generates a comprehensive changelog between two specified branches, including detailed file changes. It's designed to provide insights into the modifications within a Git repository, listing all commits, the status of files (added, removed, modified), and producing a diff of the changes. This tool is particularly useful for developers and teams needing to track changes systematically before releases or for documentation purposes.
811

@@ -26,7 +29,7 @@
2629
- Streamlined error handling and user feedback mechanisms across the script suite to enhance usability and reliability.
2730

2831

29-
## 0.0.3 (22/09/23)
32+
## 0.3 (22/09/23)
3033

3134
### New Methods
3235
- gitprinfo : Get user's git pull request (PR) history within a time range
@@ -38,7 +41,7 @@
3841
* gitcommit to gitc ;
3942
* gitinfo to gitcinfo;
4043

41-
## 0.0.2 (04/06/23)
44+
## 0.2 (04/06/23)
4245

4346
### New Methods
4447

@@ -51,7 +54,7 @@
5154

5255
- refact `shutils` main method ;
5356

54-
## 0.0.1
57+
## 0.1
5558

5659
first version of the package to be used in cloud process automation
5760

0 commit comments

Comments
 (0)