chore: update changelog

This commit is contained in:
rvcas 2025-03-23 21:26:29 -04:00 committed by Lucas
parent 824431371e
commit cf4534be31
1 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,22 @@
# Changelog
## v1.1.15 - unreleased
## v1.1.16 - unreleased
### Added
- **aiken**: Very simple support for monorepos via a `members` property in the
root `aiken.toml` file. Globs are supported you one could do this:
```toml
members = ["pkgs/*"]
```
@rvcas
### Fixed
- **aiken**: Summary should always print at the end of the output not just when
checks plus warnings is greater than zero. @rvcas
## v1.1.14 - 2025-03-21