-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
1 parent
d845268
commit f770925
Showing
1 changed file
with
2 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,4 @@ | ||
# Changelog | ||
# CHANGELOG | ||
|
||
<!--next-version-placeholder--> | ||
|
||
## v0.1.0 (09/01/2025) | ||
|
||
- First release of `pysorting`! | ||
|
||
|
||
|
||
## Marek Updates: | ||
- Reformatted Insertion sort docstring to match other functions (commit link: bac027abb6ec4efc8962fd2e81ed82a4f3185a00) | ||
- Reformatted Insertion sort code body to handle exceptions like other functions (commit link: bac027abb6ec4efc8962fd2e81ed82a4f3185a00) | ||
- Reformatted test file for insertion sort (commit link: bac027abb6ec4efc8962fd2e81ed82a4f3185a00) | ||
|
||
## Sid Updates: | ||
- Reformatted Shell sort docstring to match other functions (commit link: 8725fa1) | ||
- Reformatted Shell sort code body to handle exceptions like other functions (commit link: 8725fa1) | ||
- Reformatted test file for shell sort (commit link: 837e1ec) | ||
- Updated init file for shell sort (commit link: 36f25fd) | ||
## v0.0.0 (2025-01-30) |