Skip to content

Commit ab67ad1

Browse files
committed
version 0.7.1
1 parent c305a02 commit ab67ad1

File tree

3 files changed

+315
-285
lines changed

3 files changed

+315
-285
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## v0.7.1 - 2023-09-13
9+
10+
### Fixed
11+
12+
- cds-plugin integration now works for projects that run `cds build --production` and only use the resulting
13+
`csn.json` at runtime.
14+
815
## v0.7.0 - 2023-09-08
916

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

36+
- `validation: yyy` configuration will now be ignored and needs to be replaced with
37+
`validations: [{ regex: yyy }]`.
38+
2939
### Fixed
3040

3141
- re-work pipelines to separate main branch and pr-voter status

0 commit comments

Comments
 (0)