From cf4534be319561c10f9a6147eea3f302e3e33b2e Mon Sep 17 00:00:00 2001 From: rvcas Date: Sun, 23 Mar 2025 21:26:29 -0400 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06e76ad3..feb9cf1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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