From 482f210e83ff35bc9813e0b5f6c213c37c1ef169 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Tue, 2 Jul 2024 15:21:07 +0000 Subject: [PATCH] prepare feature release 2.0 --- .changes/2.x/2.0.0.md | 15 +++++++++++++++ CHANGELOG-1.x.md | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 .changes/2.x/2.0.0.md create mode 100644 CHANGELOG.md diff --git a/.changes/2.x/2.0.0.md b/.changes/2.x/2.0.0.md new file mode 100644 index 0000000..be23a90 --- /dev/null +++ b/.changes/2.x/2.0.0.md @@ -0,0 +1,15 @@ + +## 2.0.0 - 2024-07-02 + +> [!IMPORTANT] +> +> This major release removed all converters that were introduced on versions 1.2.0 and 1.4.0 +> You'll find them with a new architecture on future release 1.0.0 of new package `bartlett/sarif-php-converters` +> (repository: ) + +If you used this package since version 1.0.0, you won't be able to have BC breaks on standard API, +and fluent builders API. + +Be aware that all `Definition` are now constructed without parameters. Look on setters, if you previously used any of them. + +**Full Changelog**: [1.5.0...2.0.0](https://github.com/llaville/sarif-php-sdk/compare/1.5.0...2.0.0) diff --git a/CHANGELOG-1.x.md b/CHANGELOG-1.x.md index f2d514e..ce7bc90 100644 --- a/CHANGELOG-1.x.md +++ b/CHANGELOG-1.x.md @@ -1,5 +1,5 @@ -# Changelog +# Changes of versions 1.x All notable changes to this project will be documented in this file. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8c209cb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ + +# Changes of versions 2.x + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), +and is generated by [Changie](https://github.com/miniscruff/changie). + +## 2.0.0 - 2024-07-02 + +> [!IMPORTANT] +> +> This major release removed all converters that were introduced on versions 1.2.0 and 1.4.0 +> You'll find them with a new architecture on future release 1.0.0 of new package `bartlett/sarif-php-converters` +> (repository: ) + +If you used this package since version 1.0.0, you won't be able to have BC breaks on standard API, +and fluent builders API. + +Be aware that all `Definition` are now constructed without parameters. Look on setters, if you previously used any of them. + +**Full Changelog**: [1.5.0...2.0.0](https://github.com/llaville/sarif-php-sdk/compare/1.5.0...2.0.0)