Skip to content

Commit

Permalink
Bump version, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sergv committed Dec 14, 2024
1 parent 64b8f5f commit c043a31
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 0.2

- Improve performance
- Remove median guessing: remove `Guess` case from `MedianResult` type. Now custom median selection algorithms always have to pick existing value from array to be sorted (shouldn’t really be a limitation in practice)

# 0.1

- Initial release
3 changes: 2 additions & 1 deletion vector-quicksort.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cabal-version: 3.0
name:
vector-quicksort
version:
0.1
0.2

synopsis:
Fast and flexible quicksort implementation for mutable vectors
Expand Down Expand Up @@ -41,6 +41,7 @@ build-type:

extra-source-files:
Readme.md
Changelog.md
cbits/sort.cpp
cbits/sort.h

Expand Down

0 comments on commit c043a31

Please sign in to comment.