2021-11-04 17:07:49 +01:00
|
|
|
{{#each releases}}
|
2023-05-08 08:45:28 -06:00
|
|
|
`{{title}} <{{href}}>`__ {{niceDate}}
|
2023-05-29 02:46:42 -06:00
|
|
|
---------------------------------------------------------------------------------------------------------------------------------------------------
|
2021-11-04 17:07:49 +01:00
|
|
|
|
2023-05-08 08:45:28 -06:00
|
|
|
Breaking Changes
|
|
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
|
2021-11-10 12:14:20 +01:00
|
|
|
{{#commit-list merges heading='' message='BREAKING CHANGE'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- .. warning: {{message}} `{{id}} <{{href}}>`__
|
2021-11-10 12:14:20 +01:00
|
|
|
{{/commit-list}}
|
|
|
|
{{#commit-list commits heading='' message='BREAKING CHANGE'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- .. warning: {{subject}} `{{shorthash}} <{{href}}>`__
|
2021-11-04 17:07:49 +01:00
|
|
|
{{/commit-list}}
|
2021-11-10 12:14:20 +01:00
|
|
|
{{#commit-list fixes heading='' message='BREAKING CHANGE'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
|
2021-11-10 12:14:20 +01:00
|
|
|
{{/commit-list}}
|
|
|
|
|
2023-05-08 08:45:28 -06:00
|
|
|
Architectural
|
|
|
|
~~~~~~~~~~~~~
|
|
|
|
|
2021-11-10 12:14:20 +01:00
|
|
|
{{#commit-list merges heading='' message='^arch' exclude='BREAKING CHANGE'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{message}}** `{{id}} <{{href}}>`__
|
2021-11-10 12:14:20 +01:00
|
|
|
{{/commit-list}}
|
|
|
|
{{#commit-list commits heading='' message='^arch' exclude='BREAKING CHANGE'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{subject}}** `{{shorthash}} <{{href}}>`__
|
2021-11-10 12:14:20 +01:00
|
|
|
{{/commit-list}}
|
|
|
|
{{#commit-list fixes heading='' message='^arch' exclude='BREAKING CHANGE'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
|
2022-03-21 18:25:51 +08:00
|
|
|
{{/commit-list}}
|
2021-11-04 17:07:49 +01:00
|
|
|
|
2023-05-08 08:45:28 -06:00
|
|
|
New Features
|
|
|
|
~~~~~~~~~~~~
|
|
|
|
|
2021-11-10 12:14:20 +01:00
|
|
|
{{#commit-list merges heading='' message='^feat' exclude='BREAKING CHANGE'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{message}}** `{{id}} <{{href}}>`__
|
2021-11-10 12:14:20 +01:00
|
|
|
{{/commit-list}}
|
|
|
|
{{#commit-list commits heading='' message='^feat' exclude='BREAKING CHANGE'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{subject}}** `{{shorthash}} <{{href}}>`__
|
2021-11-04 17:07:49 +01:00
|
|
|
{{/commit-list}}
|
2021-11-10 12:14:20 +01:00
|
|
|
{{#commit-list fixes heading='' message='^feat' exclude='BREAKING CHANGE'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
|
2021-11-10 12:14:20 +01:00
|
|
|
{{/commit-list}}
|
2022-03-21 18:25:51 +08:00
|
|
|
|
2023-05-08 08:45:28 -06:00
|
|
|
Performance
|
|
|
|
~~~~~~~~~~~
|
|
|
|
|
2021-11-10 12:14:20 +01:00
|
|
|
{{#commit-list merges heading='' message='^perf' exclude='BREAKING CHANGE'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{message}}** `{{id}} <{{href}}>`__
|
2021-11-10 12:14:20 +01:00
|
|
|
{{/commit-list}}
|
|
|
|
{{#commit-list commits heading='' message='^perf' exclude='BREAKING CHANGE'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{subject}}** `{{shorthash}} <{{href}}>`__
|
2021-11-10 12:14:20 +01:00
|
|
|
{{/commit-list}}
|
|
|
|
{{#commit-list fixes heading='' message='^perf' exclude='BREAKING CHANGE'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
|
2021-11-10 12:14:20 +01:00
|
|
|
{{/commit-list}}
|
|
|
|
|
2023-05-08 08:45:28 -06:00
|
|
|
Fixes
|
|
|
|
~~~~~
|
|
|
|
|
2021-11-22 02:48:38 -06:00
|
|
|
{{#commit-list merges heading='' message='^fix' exclude='(^fix conflict|^fix warning|BREAKING CHANGE)'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{message}}** `{{id}} <{{href}}>`__
|
2021-11-10 12:14:20 +01:00
|
|
|
{{/commit-list}}
|
|
|
|
{{#commit-list commits heading='' message='^fix' exclude='(^fix conflict|^fix warning|BREAKING CHANGE)'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{subject}}** `{{shorthash}} <{{href}}>`__
|
2021-11-04 17:07:49 +01:00
|
|
|
{{/commit-list}}
|
2021-11-10 12:14:20 +01:00
|
|
|
{{#commit-list fixes heading='' message='^fix' exclude='(^fix conflict|^fix warning|BREAKING CHANGE)'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
|
2021-11-10 12:14:20 +01:00
|
|
|
{{/commit-list}}
|
2022-03-21 18:25:51 +08:00
|
|
|
|
2023-05-08 08:45:28 -06:00
|
|
|
Examples
|
|
|
|
~~~~~~~~
|
|
|
|
|
2021-11-10 12:14:20 +01:00
|
|
|
{{#commit-list merges heading='' message='^example'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{message}}** `{{id}} <({{href}})>`__
|
2021-11-10 12:14:20 +01:00
|
|
|
{{/commit-list}}
|
|
|
|
{{#commit-list commits heading='' message='^example'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{subject}}** `{{shorthash}} <{{href}}>`__
|
2021-11-10 12:14:20 +01:00
|
|
|
{{/commit-list}}
|
|
|
|
{{#commit-list fixes heading='' message='^example'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
|
2021-11-10 12:14:20 +01:00
|
|
|
{{/commit-list}}
|
2022-03-21 18:25:51 +08:00
|
|
|
|
2023-05-08 08:45:28 -06:00
|
|
|
Docs
|
|
|
|
~~~~
|
|
|
|
|
2021-11-10 12:14:20 +01:00
|
|
|
{{#commit-list merges heading='' message='^docs'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{message}}** `{{id}} <{{href}}>`__
|
2021-11-10 12:14:20 +01:00
|
|
|
{{/commit-list}}
|
|
|
|
{{#commit-list commits heading='' message='^docs'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{subject}}** `{{shorthash}} <{{href}}>`__
|
2021-11-04 17:07:49 +01:00
|
|
|
{{/commit-list}}
|
2021-11-10 12:14:20 +01:00
|
|
|
{{#commit-list fixes heading='' message='^docs'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
|
2021-11-10 12:14:20 +01:00
|
|
|
{{/commit-list}}
|
2022-03-21 18:25:51 +08:00
|
|
|
|
2023-05-08 08:45:28 -06:00
|
|
|
CI and tests
|
|
|
|
~~~~~~~~~~~~
|
|
|
|
|
2021-11-10 12:14:20 +01:00
|
|
|
{{#commit-list merges heading='' message='(^ci|^test)'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{message}}** `{{id}} <{{href}}>`__
|
2021-11-10 12:14:20 +01:00
|
|
|
{{/commit-list}}
|
|
|
|
{{#commit-list commits heading='' message='(^ci|^test)'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{subject}}** `{{shorthash }} <{{href}}>`__
|
2021-11-04 17:07:49 +01:00
|
|
|
{{/commit-list}}
|
2021-11-10 12:14:20 +01:00
|
|
|
{{#commit-list fixes heading='' message='(^ci|^test)'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
|
2021-11-10 12:14:20 +01:00
|
|
|
{{/commit-list}}
|
2022-03-21 18:25:51 +08:00
|
|
|
|
2023-05-08 08:45:28 -06:00
|
|
|
Others
|
|
|
|
~~~~~~
|
|
|
|
|
2021-11-10 12:14:20 +01:00
|
|
|
{{#commit-list merges heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{message}}** `{{id }} <{{href}}>`__
|
2021-11-10 12:14:20 +01:00
|
|
|
{{/commit-list}}
|
|
|
|
{{#commit-list commits heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{subject}}** `{{shorthash }} <{{href}}>`__
|
2021-11-04 17:07:49 +01:00
|
|
|
{{/commit-list}}
|
2021-11-10 12:14:20 +01:00
|
|
|
{{#commit-list fixes heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
|
2024-03-21 19:22:45 +08:00
|
|
|
- **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
|
2021-11-10 12:14:20 +01:00
|
|
|
{{/commit-list}}
|
2022-03-21 18:25:51 +08:00
|
|
|
|
2021-11-04 17:07:49 +01:00
|
|
|
{{/each}}
|