Skip to content

Commit 8c423b4

Browse files
committed
docs: versioning
1 parent 59587b2 commit 8c423b4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "springql-client-c"
3-
version = "0.3.1"
3+
version = "0.3.1+2"
44

55
authors = ["Sho Nakatani <[email protected]>"]
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ All you need to do are:
2525

2626
See [`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

0 commit comments

Comments
 (0)