From c004840e76650db88b048962312f03663e1cf7b0 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 16 Feb 2024 16:38:32 +0100 Subject: [PATCH] Bump to v12.1 Going forward, an uneven minor version will be a development version, while an even minor will be considered a stable version to be released. This is similar to what GHC does and was discussed in #3113. This bump should have happened after branching off v12.0.0, but obviously we didn't know about it back then. This will happen immediately after branching off a new release from now on. --- postgrest.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgrest.cabal b/postgrest.cabal index ebef807f22..f255d9a9b4 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 11.2.0 +version: 12.1 synopsis: REST API for any Postgres database description: Reads the schema of a PostgreSQL database and creates RESTful routes for tables, views, and functions, supporting all HTTP methods that security