|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 |
|
| 5 | +## [0.2.0] - 2024-10-26 |
| 6 | + |
| 7 | +### Testing |
| 8 | + |
| 9 | +- Add tests to crate so that they can be run on build systems |
| 10 | + |
| 11 | +### Miscellaneous Tasks |
| 12 | + |
| 13 | +- *(deps)* Bump bytes from 1.7.2 to 1.8.0 |
| 14 | +- *(deps)* Bump once_cell from 1.20.1 to 1.20.2 |
| 15 | +- *(deps)* Bump cachix/install-nix-action from V27 to 28 |
| 16 | +- *(deps)* Bump insta from 1.39.0 to 1.40.0 |
| 17 | +- *(deps)* Bump ratatui from 0.28.0 to 0.28.1 |
| 18 | +- *(deps)* Bump ratatui from 0.28.1 to 0.29.0 |
| 19 | + |
| 20 | +## [0.1.13] - 2024-08-07 |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +- *(uncategorized)* Changelog entry |
| 25 | + |
| 26 | +### Refactor |
| 27 | + |
| 28 | +- *(uncategorized)* Remove deprecated `buf.get_mut()` function |
| 29 | +- *(uncategorized)* Prefer `area()` to `size()` |
| 30 | + |
| 31 | +### Miscellaneous Tasks |
| 32 | + |
| 33 | +- *(deps)* Bump bytes from 1.6.0 to 1.7.1 |
| 34 | +- *(deps)* Bump tokio from 1.38.0 to 1.39.2 |
| 35 | +- *(deps)* Bump DeterminateSystems/update-flake-lock from 22 to 23 |
| 36 | +- *(uncategorized)* Update release version |
| 37 | +- *(uncategorized)* Update ratatui and crossterm |
| 38 | +- *(uncategorized)* Update rust-toolchain -> `1.80.0` |
| 39 | +- *(uncategorized)* Format `.deny.toml` |
| 40 | +- *(uncategorized)* Move treefmt.toml until upstream fix is in |
| 41 | +- *(uncategorized)* Fix typo in a comment |
| 42 | + |
| 43 | +### Continuous Integration |
| 44 | + |
| 45 | +- *(uncategorized)* Remove now obsolete audit check action |
| 46 | +- *(uncategorized)* Update darwin runners |
| 47 | + |
| 48 | +### Flake |
| 49 | + |
| 50 | +- *(uncategorized)* Remove now obsolete rust-overlay.flake-utils follows |
| 51 | + |
| 52 | +### Flake.lock |
| 53 | + |
| 54 | +- *(uncategorized)* Update |
| 55 | +- *(uncategorized)* Update |
| 56 | + |
| 57 | +### Tools |
| 58 | + |
| 59 | +- *(uncategorized)* Update cargo deny configuration to v2 |
| 60 | + |
5 | 61 | ## [0.1.13] - 2024-08-07
|
6 | 62 |
|
7 | 63 | Compatible with `ratatui`: `v0.28.0`.
|
|
0 commit comments