You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unpacking tarball mysql-8.0.4-rc-linux-glibc2.12-x86_64.tar.gz to $HOME/opt/mysql/8.0.4
38
38
.........100.........200.........292
39
39
@@ -45,7 +45,7 @@ For example:
45
45
The program doesn't have any dependencies. Everything is included in the binary. Calling *dbdeployer* without arguments or with '--help' will show the main help screen.
46
46
47
47
$ dbdeployer --version
48
-
dbdeployer version 1.0.0
48
+
dbdeployer version 1.0.1
49
49
50
50
51
51
$ dbdeployer -h
@@ -71,7 +71,7 @@ The program doesn't have any dependencies. Everything is included in the binary.
Use "dbdeployer [command] --help" for more information about a command.
@@ -537,3 +537,13 @@ The lock can also be reverted using
537
537
538
538
$ dbdeployer admin unlock sandbox_name
539
539
540
+
## Semantic versioning
541
+
542
+
As of version 1.0.0, dbdeployer adheres to the principles of [semantic versioning](https://semver.org/). A version number is made of Major, Minor, and Revision. When changes are applied, the following happens:
543
+
544
+
* Backward-compatible bug fixes increment the **Revision** number.
545
+
* Backward-compatible new features increment the **Minor** number.
546
+
* Backward incompatible changes (either features or bug fixes that break compatibility with the API) increment the **Major** number.
547
+
548
+
The starting API is defined in [API-1.0.md](https://github.com/datacharmer/dbdeployer/blob/master/docs/API-1.0.md).
0 commit comments