Skip to content

Commit 3a3f266

Browse files
committed
update changelog for first official release
1 parent e44cda9 commit 3a3f266

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
**IMPORTANT**: Currently the project is in the initial development phase, this is why releases are marked as `0.z.y`.
8+
(following [semantic versioning 2.0.0](https://semver.org/): "Major version zero (0.y.z) is for initial development.
9+
Anything MAY change at any time. The public API SHOULD NOT be considered stable.").
10+
While in this phase, we will denote breaking changes with a minor increase.
11+
12+
## 0.2.0
13+
### Added
14+
* First release of `dac`

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ Data-as-Code (DaC) `dac` is a tool that supports the distribution of data as (py
1111
</div>
1212

1313
**IMPORTANT**: Currently the project is in the initial development phase, this is why releases are marked as `0.z.y`.
14-
(following [semantic versioning 2.0.0](https://semver.org/): "Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.")
14+
(following [semantic versioning 2.0.0](https://semver.org/): "Major version zero (0.y.z) is for initial development.
15+
Anything MAY change at any time. The public API SHOULD NOT be considered stable.").
16+
While in this phase, we will denote breaking changes with a minor increase.
1517

1618

1719
## 📔 [User documentation](https://data-as-code.github.io/dac/)

0 commit comments

Comments
 (0)