Skip to content

Commit

Permalink
Version alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Sep 25, 2024
1 parent dfb951d commit 2013f79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [1.5.1] / 2024-09-25
### Features
- Support `TestAdapter` custom executer.
- Support environment variables to overwrite settings in the `TestAdapter`.
- Support environment variables to overwrite settings in the `TestAdapter`. (Fix: #57)
### TestAdapter
- Use `LocalExtensionData` to store `TestModel` result.
- Add `EnvironmentSettings` to overwrite settings in the `TestAdapter`.
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.5.1-alpha</Version>
<Version>1.5.1-alpha.1</Version>
</PropertyGroup>
</Project>

0 comments on commit 2013f79

Please sign in to comment.