Skip to content

Commit 9e6455f

Browse files
committed
fix: changelog ported to rst for docs compatibility
1 parent fd40ff5 commit 9e6455f

2 files changed

Lines changed: 90 additions & 46 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
Changelog
2+
=========
3+
4+
All notable changes to this project will be documented in this file.
5+
6+
[core-0.2/it-0.2] - 2019-03-13
7+
------------------------------
8+
9+
Added
10+
~~~~~
11+
12+
- A new ``piattaforme`` section has been created to group the platforms
13+
inside of it.
14+
15+
Changed
16+
~~~~~~~
17+
18+
- The ``conforme/accessibile`` key becomes
19+
``conforme/lineeGuidaDesign`` since it is more self-explanatory.
20+
- The ``conforme/interoperabile`` key becomes
21+
``conforme/modelloInteroperabilita`` since it is more
22+
self-explanatory.
23+
- The ``conforme/sicuro`` key becomes
24+
``conforme/misureMinimeSicurezza`` since before it was rather vague
25+
and incomplete.
26+
- The ``conforme/privacy`` key becomes ``conforme/gdpr`` since the
27+
``privacy`` term is quite vague and incomplete.
28+
29+
Removed
30+
~~~~~~~
31+
32+
- The ``ecosistemi`` key has been removed since its values are already
33+
present in the ``intendedAudience/scope`` key.
34+
- The ``designKit`` section has been removed since we will track the
35+
design kits usages by means of the crawler.
36+
37+
[core-0.2] - 2019-03-11
38+
-----------------------
39+
40+
.. _added-1:
41+
42+
Added
43+
~~~~~
44+
45+
- A new ``countryExtensionVersion`` key was added under each
46+
country-specific extension, in order to separate their versioning
47+
from the core.
48+
- The ``standalone`` value for the ``softwareType`` key was deprecated
49+
in favor of more specific values: ``standalone/mobile``,
50+
``standalone/iot``, ``standalone/desktop``, ``standalone/web``,
51+
``standalone/backend``, ``standalone/other``
52+
53+
.. _changed-1:
54+
55+
Changed
56+
~~~~~~~
57+
58+
- ``intendedAudience/onlyFor`` was renamed to
59+
``intendedAudience/scope`` (with a different dictionary of values).
60+
- ``tags`` was replaced by ``categories`` (with a different dictionary
61+
of values).
62+
- BCP47 is now used for languages instead of ISO 639-2, thus keys under
63+
``description`` will now look like ``en`` instead of ``eng``
64+
- ``publiccode-yaml-version`` was moved to ``publiccodeYmlVersion``
65+
using camelCase
66+
- ``maintenance/contacts`` is now mandatory only if
67+
``maintenance/type`` is ``internal`` or ``community``.
68+
- All files ported to RST from previous MD
69+
70+
.. _removed-1:
71+
72+
Removed
73+
~~~~~~~
74+
75+
- The ``freeTags`` key was removed.
76+
77+
[core-0.1] - 2019-01-25
78+
-----------------------
79+
80+
.. _added-2:
81+
82+
Added
83+
~~~~~
84+
85+
- Files for first release
86+
87+
The format is based on `Keep a
88+
Changelog <https://keepachangelog.com/en/1.0.0/>`__, and this project
89+
adheres to `Semantic
90+
Versioning <https://semver.org/spec/v2.0.0.html>`__.

0 commit comments

Comments
 (0)