Skip to content
Snippets Groups Projects
Commit 01cdc47c authored by Fabrice Gangler's avatar Fabrice Gangler :art:
Browse files

set version to v2.13.1_DEV

parent ac47413a
No related branches found
No related tags found
1 merge request!572set version to v2.13.1_DEV
Pipeline #37345 passed
...@@ -5,6 +5,19 @@ Tous les changements notables de ce projet sont documentés dans ce fichier. ...@@ -5,6 +5,19 @@ Tous les changements notables de ce projet sont documentés dans ce fichier.
Le format s'appuie sur [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) Le format s'appuie sur [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
et le projet suit [Semantic Versioning](http://semver.org/spec/v2.0.0.html). et le projet suit [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
----------
## 2.13.1_DEV (unreleased)
### Added
### Changed
### Fixed
### Security
---------- ----------
## [2.13.0](https://gitlab.adullact.net/Comptoir/Comptoir-srv/tags/v2.13.0) - 2022-12-26 ## [2.13.0](https://gitlab.adullact.net/Comptoir/Comptoir-srv/tags/v2.13.0) - 2022-12-26
...@@ -24,20 +37,16 @@ et le projet suit [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ...@@ -24,20 +37,16 @@ et le projet suit [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
- add `software -> license` (will replace `software -> licence` in next major version) - add `software -> license` (will replace `software -> licence` in next major version)
- add `data_date` (will replace `date_of_export` in next major version) - add `data_date` (will replace `date_of_export` in next major version)
- add `data_statistics` - add `data_statistics`
- add `data_documentation -> license` - add `data_documentation -> license` #972
- add `api_documentation` - add `api_documentation`
- `api_documentation -> version` - `api_documentation -> version` #969
- `api_documentation -> changelog` - `api_documentation -> changelog` #970
- `data_documentation -> deprecated` - `data_documentation -> deprecated` #970
- deprecated: - deprecated:
- `date_of_export` will be replaced by [ `data_date` ] in next major version - `date_of_export` will be replaced by [ `data_date` ] in next major version
- `number_of_software` will be replaced by [ `data_statistics -> software` ] in next major version - `number_of_software` will be replaced by [ `data_statistics -> software` ] in next major version
- `software -> licence` will be replaced by [ `software -> license` ] in next major version - `software -> licence` will be replaced by [ `software -> license` ] in next major version
### Fixed
### Security
---------- ----------
...@@ -425,4 +434,8 @@ Pour le dev : ...@@ -425,4 +434,8 @@ Pour le dev :
### Fixed ### Fixed
### Security ### Security
----------
``` ```
...@@ -293,7 +293,7 @@ Configure::write( ...@@ -293,7 +293,7 @@ Configure::write(
Configure::write( Configure::write(
'VERSION', 'VERSION',
[ [
"footer" => "v2.13.0" "footer" => "v2.13.1_DEV"
] ]
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment