Current section

Files

Jump to
ex_tournaments CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
## [0.2.1]
### Fixed
- fix: :ambulance: add rustler files to released package
## [0.2.0]
### Changed
- docs: :memo: update readme
- feat: :sparkles: add swiss round generator
- feat: :zap: add rust implementation of the blossom algorithm
- feat: :sparkles: init blossom algorithm implementation
### Deprecated
- chore: :bookmark: bump version to 0.2.0
### Other
- Merge branch release/0.2.0
- Merge pull request #1 from vi0dine/feature/swiss_format
Feature/swiss format
- Merge tag 0.1.1 into develop
Changed
- docs: add tools for versioning and changelog generation
- refactor: add docs and specs
- refactor: extract some modules from the pairing services
## [0.1.1]
### Changed
- docs: add tools for versioning and changelog generation
- refactor: add docs and specs
- refactor: extract some modules from the pairing services
### Deprecated
- chore: bump version to 0.1.1
### Other
- Merge branch release/0.1.1
- Merge tag 0.1.0 into develop
Initial release
- Single elimination pairing creation
- Double elimination pairing creation
## [0.1.0]
### Changed
- feat: prep for initial hex publish
- feat: add Match struct
- feat: add single elimination pairing model
- feat: add and fix tests for double elimination
- feat: add double elimination model
### Other
- Merge branch release/0.1.0
- Initial commit