Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Comptoir du Libre v2 - Current version
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Comptoir
Comptoir du Libre v2 - Current version
Commits
01cdc47c
Commit
01cdc47c
authored
2 years ago
by
Fabrice Gangler
Browse files
Options
Downloads
Patches
Plain Diff
set version to v2.13.1_DEV
parent
ac47413a
No related branches found
No related tags found
1 merge request
!572
set version to v2.13.1_DEV
Pipeline
#37345
passed
2 years ago
Stage: test
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+21
-8
21 additions, 8 deletions
CHANGELOG.md
config/bootstrap.php
+1
-1
1 addition, 1 deletion
config/bootstrap.php
with
22 additions
and
9 deletions
CHANGELOG.md
+
21
−
8
View file @
01cdc47c
...
@@ -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
----------
```
```
This diff is collapsed.
Click to expand it.
config/bootstrap.php
+
1
−
1
View file @
01cdc47c
...
@@ -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
"
]
]
);
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment