Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 4, 2025
1 parent ceddab8 commit 2a928a0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# CHANGELOG


## v0.1.0 (2025-02-04)

### Bug Fixes

- Shashank added author names in the .toml file
([`610d4fa`](https://github.com/UBC-MDS/pysorting/commit/610d4faa449a0d7579ffab53712401661b8011d3))

### Documentation

- Shashank added documentation for tests usage in README
([`a95f00e`](https://github.com/UBC-MDS/pysorting/commit/a95f00e94af9f7e67470cddf8829fa0a603d932c))

### Features

- Testing feature release (version bump?)
([`dd11b52`](https://github.com/UBC-MDS/pysorting/commit/dd11b526d7f35b4215234d108a7a2afd7cc635bd))


## v0.0.4 (2025-02-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysorting"
version = "0.0.4"
version = "0.1.0"
description = "a package to aid user in implementing various sorting algorithms"
authors = ["Chukwunonso Ebele-muolokwu", "Marek Boulerice", "Shashank Hosahalli Shivamurthy", "Siddarth Subrahmanian"]
license = "MIT"
Expand Down

0 comments on commit 2a928a0

Please sign in to comment.