Skip to content

Commit 6249eb9

Browse files
authored
feat: added CHANGELOG.md file (#51)
* feat: added CHANGELOG.md file, fixes #49
1 parent f58b087 commit 6249eb9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
## [0.2] - 2019-03-11
5+
### Added
6+
- A new `countryExtensionVersion` key was added under each country-specific extension, in order to separate their versioning from the core.
7+
- The `standalone` value for the `softwareType` key was deprecated in favor of more specific values: `standalone/mobile`, `standalone/iot`, `standalone/desktop`, `standalone/web`, `standalone/backend`, `standalone/other`
8+
9+
### Changed
10+
- `intendedAudience/onlyFor` was renamed to `intendedAudience/scope` (with a different dictionary of values).
11+
- `tags` was replaced by `categories` (with a different dictionary of values).
12+
- BCP47 is now used for languages instead of ISO 639-2, thus keys under `description` will now look like `en` instead of `eng`
13+
- `publiccode-yaml-version` was moved to `publiccodeYmlVersion` using camelCase
14+
- `maintainance/contacts` is now mandatory only if `maintainance/type` is `internal` or `community`.
15+
- All files ported to RST from previous MD
16+
17+
### Removed
18+
- The `freeTags` key was removed.
19+
20+
## [0.1] - 2019-01-25
21+
### Added
22+
- Files for first release
23+
24+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
25+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

0 commit comments

Comments
 (0)