Skip to content

Commit 3895871

Browse files
authored
Merge pull request #38 from SpringQL/docs/CHANGELOG
docs: add CHANGELOG
2 parents d8a5739 + c5ef935 commit 3895871

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog][Keep a Changelog] and this project adheres to [Semantic Versioning][Semantic Versioning].
6+
7+
We originally added `### For developers` sections in order to separate changes for end-users and developers.
8+
All other sections are for end-users.
9+
10+
The CHANGELOG mainly includes changes only applied to the C client.
11+
Also check the changes in springql-core: <https://github.com/SpringQL/SpringQL/blob/main/CHANGELOG.md>.
12+
13+
<!-- markdownlint-disable MD024 -->
14+
## [Unreleased]
15+
16+
## [v0.9.0+2]
17+
18+
Depends on springql-core v0.9.0.
19+
20+
### Added
21+
22+
- Better doc comments on the header file ([#35](https://github.com/SpringQL/SpringQL-client-c/pull/35))
23+
24+
## [v0.9.0]
25+
26+
Depends on springql-core v0.9.0.
27+
28+
## [v0.8.0]
29+
30+
Depends on springql-core v0.8.0.
31+
32+
## [v0.7.1]
33+
34+
Started to write CHANGELOG from this version.
35+
36+
Depends on springql-core v0.7.1.
37+
38+
---
39+
40+
<!-- Links -->
41+
[Keep a Changelog]: https://keepachangelog.com/
42+
[Semantic Versioning]: https://semver.org/
43+
44+
<!-- Versions -->
45+
[Unreleased]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.9.0+2...HEAD
46+
[Released]: https://github.com/SpringQL/SpringQL-client-c/releases
47+
[v0.9.0+2]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.9.0...v0.9.0+2
48+
[v0.9.0]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.8.0...v0.9.0
49+
[v0.8.0]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.7.1...v0.8.0
50+
[v0.7.1]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.7.0...v0.7.1

0 commit comments

Comments
 (0)