From caea5267cb8e1fea3702adbdf6f68fd37d13b3b7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 3 Jun 2023 01:59:11 +0200 Subject: Adding upstream version 15.0.0. Signed-off-by: Daniel Baumann --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 73578dc..0bc1e43 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Contributions are very welcome in SQLGlot; read the [contribution guide](https:/ ## Table of Contents * [Install](#install) +* [Versioning](#versioning) * [Get in Touch](#get-in-touch) * [Examples](#examples) * [Formatting and Transpiling](#formatting-and-transpiling) @@ -51,7 +52,16 @@ Requirements for development (optional): make install-dev ``` +## Versioning + +Given a version number `MAJOR`.`MINOR`.`PATCH`, SQLGlot uses the following versioning strategy: + +- The `PATCH` version is incremented when there are backwards-compatible fixes or feature additions. +- The `MINOR` version is incremented when there are backwards-incompatible fixes or feature additions. +- The `MAJOR` version is incremented when there are significant backwards-incompatible fixes or feature additions. + ## Get in Touch + We'd love to hear from you. Join our community [Slack channel](https://tobikodata.com/slack)! ## Examples @@ -436,6 +446,7 @@ user_id price See also: [Writing a Python SQL engine from scratch](https://github.com/tobymao/sqlglot/blob/main/posts/python_sql_engine.md). ## Used By + * [SQLMesh](https://github.com/TobikoData/sqlmesh) * [Fugue](https://github.com/fugue-project/fugue) * [ibis](https://github.com/ibis-project/ibis) -- cgit v1.2.3