0

Semantic Versioning 2.0.0 says:

For this system to work, you first need to declare a public API

My web application does not expose any public API, however it uses a database. Can the database schema be considered as the public API and then should a change in the database schema increment the major version?

Adam Siemion
  • 15,569
  • 7
  • 58
  • 92

1 Answers1

0

According to this the answer is yes. The database schema can be considered as the public API.

Adam Siemion
  • 15,569
  • 7
  • 58
  • 92