File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " springql-client-c"
3- version = " 0.3.1"
3+ version = " 0.3.1+2 "
44
55authors = [" Sho Nakatani <lay.sakura@gmail.com>" ]
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -25,6 +25,14 @@ All you need to do are:
2525
2626See [ ` c_example/ ` ] ( https://github.com/SpringQL/SpringQL-client-c/tree/main/c_example ) for how to write and build a SpringQL embedded application.
2727
28+ ## Versioning
29+
30+ [ Semantic versioning] ( https://semver.org/ ) in ` <major>.<minor>.<patch>(\+<build>)? ` format.
31+
32+ ` <major>.<minor>.<patch> ` is exactly the same as the version of ` springql-core ` crate.
33+
34+ ` <build> ` is an incremental number. ` N ` th build (` N > 1 ` ) for the ` springql-core vX.Y.Z ` is ` vX.Y.Z+N ` , for example.
35+
2836## Development
2937
3038### Build
You can’t perform that action at this time.
0 commit comments