File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " springql-client-c"
3
- version = " 0.3.1"
3
+ version = " 0.3.1+2 "
4
4
5
5
authors = [
" Sho Nakatani <[email protected] >" ]
6
6
license = " 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:
25
25
26
26
See [ ` c_example/ ` ] ( https://github.com/SpringQL/SpringQL-client-c/tree/main/c_example ) for how to write and build a SpringQL embedded application.
27
27
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
+
28
36
## Development
29
37
30
38
### Build
You can’t perform that action at this time.
0 commit comments