Skip to content

Commit

Permalink
version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Sep 13, 2023
1 parent c305a02 commit ab67ad1
Show file tree
Hide file tree
Showing 3 changed files with 315 additions and 285 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## v0.7.1 - 2023-09-13

### Fixed

- cds-plugin integration now works for projects that run `cds build --production` and only use the resulting
`csn.json` at runtime.

## v0.7.0 - 2023-09-08

### Added
Expand All @@ -26,6 +33,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- `allowedScopes: [xxx]` configuration will now be ignored and needs to be replaced with
`validations: [{ scopes: [xxx] }]`.

- `validation: yyy` configuration will now be ignored and needs to be replaced with
`validations: [{ regex: yyy }]`.

### Fixed

- re-work pipelines to separate main branch and pr-voter status
Expand Down
Loading

0 comments on commit ab67ad1

Please sign in to comment.