Skip to content

Commit

Permalink
Merge branch 'main' into 60-create-auto-config-input
Browse files Browse the repository at this point in the history
  • Loading branch information
austinletson committed Jun 22, 2024
2 parents ab53dd3 + d0073fd commit 2ce68ee
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Added
- new `auto-config` input to configure `lean-action` to use the Lake workspace to decide which steps to run

## v1-beta.1 - 2024-06-21

### Added
- new `use-github-cache` input to specify if `lean-action` should use `actions/cache` to cache the `.lake` folder
- `build-status` and `test-status` output parameters
- new `lake-package-directory` input to specify the directory to run Lake commands.
- new `lake-package-directory` input to specify the directory to run Lake commands.
This input will enable users to use `lean-action` when Lake packages are contained in repository subdirectories.
- new `auto-config` input to configure `lean-action` to use the Lake workspace to decide which steps to run

### Changed
- upgrade elan version to `v3.1.1`
- run `lake check-test` before running `lake test`
- improved log readability with explicit log group naming and additional white space

### Fixed
- remove misleading .toml error message in mathlib detection
- remove `elan-init` file after elan installation

## v1-beta - 2024-05-21
## v1-beta.0 - 2024-05-21

### Added
- logs are grouped by step for better readability
Expand Down

0 comments on commit 2ce68ee

Please sign in to comment.