File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments