Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
senketsu03 committed May 26, 2023
1 parent b9e71f4 commit 0a675c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Changelog

## Release 0.3.1

- Fix concurrency groups
- Minor renaming refactoring
- Exclude base image vulnerabilities for docker images
- Update snyk.ps1 and corresponding call in build_test_deploy.ps1

## Release 0.3.0

- Add deployment for `Deploy.Core.Dummy`, `Deploy.Benchmarks` and `Deploy.Gui`
- Update docs
- Create local scripts for all the same tasks, as CI/CD does
- Security scans/reports by Snyk

## Release 0.2.4
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<!-- <UseArtifactsOutput>true</UseArtifactsOutput> -->
<!-- <Platofrms>AnyCPU;x64</Platofrms> -->
<VersionPrefix>0.3.1</VersionPrefix>
<VersionSuffix>preview.0</VersionSuffix>
<AssemblyVersion>0.3.1.1</AssemblyVersion>
<FileVersion>0.3.1.1</FileVersion>
<VersionSuffix></VersionSuffix>
<AssemblyVersion>0.3.1.2</AssemblyVersion>
<FileVersion>0.3.1.2</FileVersion>
<Configurations>Debug;Release</Configurations>

<!-- metadata -->
Expand Down

0 comments on commit 0a675c2

Please sign in to comment.