Releases: JeelDobariya38/PyFileHandling
Releases · JeelDobariya38/PyFileHandling
v3.2.1
What's Changed
Other Changes
- Bump pytest from 7.4.3 to 7.4.4 by @dependabot in #31
- Bump coverage from 7.3.2 to 7.4.0 by @dependabot in #30
- Bump flake8 from 6.1.0 to 7.0.0 by @dependabot in #32
- Bump coverage from 7.4.0 to 7.4.3 by @dependabot in #37
- Bump pytest from 7.4.4 to 8.1.1 by @dependabot in #39
- Implement Json File Handling Functionality by @JeelDobariya38 in #40
- Updated CI/CD Pipelines by @JeelDobariya38 in #41
- Update Version by @JeelDobariya38 in #42
New Contributors
- @dependabot made their first contribution in #31
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
New Features 🚀
- Enhanced PyFileHandling Package Documentation and Functionality by @JeelDobariya38 in #16
- [Enhancement] Extend Release Workflow to Include Prereleases by @JeelDobariya38 in #18
- Add a
Custom Release Note
generator by @JeelDobariya38 in #23 - Bring the Automation in Deployment by @JeelDobariya38 in #24
Bug Fixes 🐛
- Fixed a bug in release.yml by @JeelDobariya38 in #25
Other Changes
- Implement Enhanced Package Information by @JeelDobariya38 in #17
- Add two utility function that checks where a file or directory exists at given path or not. by @JeelDobariya38 in #20
- Updated project to
Poetry
fromSetuptools
. by @JeelDobariya38 in #21 - Fixed the bug with publishing package job by @JeelDobariya38 in #22
- add dependabot.yml by @JeelDobariya38 in #26
Full Changelog: v2.0.2...v3.2.0
v3.1.1-alpha
What's Changed
- Add two utility function that checks where a file or directory exists at given path or not. by @JeelDobariya38 in #20
- Updated project to
Poetry
fromSetuptools
. by @JeelDobariya38 in #21 - Fixed the bug with publishing package job by @JeelDobariya38 in #22
Full Changelog: 3.1.0-alpha...3.1.1-alpha
v3.1.0-alpha
What's Changed
- Enhanced PyFileHandling Package Documentation and Functionality by @JeelDobariya38 in #16
- Implement Enhanced Package Information by @JeelDobariya38 in #17
- [Enhancement] Extend Release Workflow to Include Prereleases by @JeelDobariya38 in #18
Full Changelog: v2.0.2...3.1.0-alpha
v2.0.2
What's Changed
- Try to fixes issue #13 by different strategy by @JeelDobariya38 in #15
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Fixes:
.pyi
not included issue that comes withv2.0.0
by @JeelDobariya38 in #14
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Added a README.md file to the repo by @AdityaPrasad275 in #5
- update the branch by @JeelDobariya38 in #6
- Community Standards! by @JeelDobariya38 in #7
- Updating the dev branch to main branch by @JeelDobariya38 in #9
- Updated repository name from
pyfilehandling
toPyFileHandling
by @JeelDobariya38 in #10 - Updated PyFileHandling Package and Made Some Necessary Styling Changes In Websites by @JeelDobariya38 in #11
- Update CONTRIBUTING.md by @JeelDobariya38 in #12
New Contributors
- @AdityaPrasad275 made their first contribution in #5
Full Changelog: v1.1.1...v2.0.0
v1.1.1
What's Changed
- Rename TypeFile to TypeFile.py by @JeelDobariya38 in #3
Full Changelog: v1.1...v1.1.1
v1.1
What's Changed
- add function to save and load int and list by @JeelDobariya38 in #2
Full Changelog: v1.0...v1.1