|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [0.1.0] - 2025-02-09 |
| 9 | + |
| 10 | +### Added |
| 11 | +- Add publish ci workflow by @ddkasa |
| 12 | +- Add release workflow by @ddkasa |
| 13 | +- Add tests gh workflow by @ddkasa |
| 14 | +- Add noxfile by @ddkasa |
| 15 | +- Add yaml config by @ddkasa |
| 16 | +- Add coverage dependencies by @ddkasa |
| 17 | +- Add pytest xdist dep by @ddkasa |
| 18 | +- Add snapshot report to ignore file by @ddkasa |
| 19 | +- Add .nvim.lua file by @ddkasa |
| 20 | +- Add py.typed file by @ddkasa |
| 21 | +- Add extra testing dependencies by @ddkasa |
| 22 | +- Add module __init__ file by @ddkasa |
| 23 | +- Add about module by @ddkasa |
| 24 | +- Added whenever by @ddkasa |
| 25 | +- Add license file by @ddkasa |
| 26 | + |
| 27 | +### Changed |
| 28 | +- Update configuration for publish |
| 29 | +- Setup git cliff changelog by @ddkasa |
| 30 | +- Write readme document by @ddkasa |
| 31 | +- Implement activity heatmap by @ddkasa |
| 32 | +- Change max line length by @ddkasa |
| 33 | +- Implement helper functionality by @ddkasa |
| 34 | +- Supplementary widgets by @ddkasa |
| 35 | +- Pytest config by @ddkasa |
| 36 | +- Import pickers into base module by @ddkasa |
| 37 | +- Implement timerange picker classes by @ddkasa |
| 38 | +- Implement datetime picker classes by @ddkasa |
| 39 | +- Implement time & duration picker classes by @ddkasa |
| 40 | +- Implement date picker classes by @ddkasa |
| 41 | +- Implement base picker classes by @ddkasa |
| 42 | +- Implement demo app by @ddkasa |
| 43 | +- Improve project configuration by @ddkasa |
| 44 | +- Init commit by @ddkasa |
| 45 | + |
| 46 | +### Fixed |
| 47 | +- Implement freeze_time fixture by @ddkasa |
| 48 | +- Implement test app fixture by @ddkasa |
| 49 | + |
| 50 | +## New Contributors |
| 51 | +* @ddkasa made their first contribution |
| 52 | + |
| 53 | +<!-- generated by git-cliff --> |
0 commit comments