Releases: Me-Phew/merge-sort
Releases · Me-Phew/merge-sort
Release v0.3.3
0.3.3 (2024-11-21)
Documentation
- ensure doxygen doesn't use Google Test files (638daf6)
Release v0.3.2
0.3.2 (2024-11-21)
Bug Fixes
- make sure static class cannot be instantiated (27f821e)
Documentation
- add project documentation (29605db)
Release v0.3.1
0.3.1 (2024-11-21)
Bug Fixes
- correctly generate negative numbers (83a82fa)
- use correct type (2c281e6)
Documentation
Tests
- add unit tests for merge sorter (b5c17a0)
Continuous Integration
- add tests to ci workflow (f134be5)
- correct directory path (63593ec)
- ensure submodules are checked out in ci (ac58b3e)
- fix test case after verifying tests configuration (3a38b35)
- run tests directly (ee7833e)
- skip tests for windows target (637e483)
- verify tests configuration (42f9705)
Release v0.3.0
0.3.0 (2024-11-15)
Features
- add random array generation, shuffle and reverse (47c97cf)
Continuous Integration
- add tests to ci workflow (3095ad0)
- correct directory path (be9d127)
- ensure submodules are checked out in ci (8914258)
- fix test case after verifying tests configuration (6c33803)
- run tests directly (72d4e9d)
- skip tests for windows target (1578039)
- verify tests configuration (4e68320)
Tests
- configure GoogleTest (894196d)
- force GoogleTest to use dynamic runtime library (a0adf2b)
Release v0.2.0
0.2.0 (2024-11-13)
Features
- implement merge sort algorithm (8dc1e44)
Code Refactoring
- remove extra qualifications (b6a38f9)
Release v0.1.0
0.1.0 (2024-11-13)
Features